mirror of
git://nv-tegra.nvidia.com/kernel/nvethernetrm.git
synced 2025-12-25 11:04:28 +03:00
Issue: Currently OSD has access to osi_dma_ops so these operations can be changed by OSD. Also each entry funnction has checks for validating these function pointers which would increase the unit tests as well. Fix: Move dma_ops to inside OSI and set a flag indicate that DMA software init done. Each entry function needs to check only flag. It also fixes couple of doxygen comments issues. Bug 200671160 Change-Id: I675e24cbfca8f4023fd31709f246230d2070d716 Signed-off-by: Bhadram Varka <vbhadram@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/kernel/nvethernetrm/+/2490156 Reviewed-by: Rakesh Goyal <rgoyal@nvidia.com> Reviewed-by: Nagarjuna Kristam <nkristam@nvidia.com> Reviewed-by: Narayan Reddy <narayanr@nvidia.com> Reviewed-by: Krishna Thota <kthota@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit