diff options
author | Jacob Keller <jacob.e.keller@intel.com> | 2023-07-11 16:47:34 -0700 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2023-08-17 13:59:46 -0700 |
commit | 403e48539b160cd43f4ce67c641496b9911ff916 (patch) | |
tree | f54a4e43fce1a073adecf53cba3860119ee978b7 /drivers/net/ethernet/intel/ice/ice_main.c | |
parent | e528e5b237550b9c9f738a7e56174e5195c925d3 (diff) | |
download | linux-403e48539b160cd43f4ce67c641496b9911ff916.tar.gz linux-403e48539b160cd43f4ce67c641496b9911ff916.tar.bz2 linux-403e48539b160cd43f4ce67c641496b9911ff916.zip |
ice: move E810T functions to before device agnostic ones
Commit 885fe6932a11 ("ice: Add support for SMA control multiplexer")
accidentally placed all of the E810T SMA control functions in the middle of
the device agnostic functions section of ice_ptp_hw.c
This works fine, but makes it harder for readers to follow. The
ice_ptp_hw.c file is laid out such that each hardware family has the
specific functions in one block, with the access functions placed at the
end of the file.
Move the E810T functions so that they are in a block just after the E810
functions. Also move the ice_get_phy_tx_tstamp_ready_e810 which got added
at the end of the E810T block.
This keeps the functions laid out in a logical order and avoids intermixing
the generic access functions with the device specific implementations.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Tested-by: Arpana Arland <arpanax.arland@intel.com> (A Contingent worker at Intel)
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_main.c')
0 files changed, 0 insertions, 0 deletions