]> www.infradead.org Git - users/hch/misc.git/commit
ice: rename TS_LL_READ* macros to REG_LL_PROXY_H_*
authorJacob Keller <jacob.e.keller@intel.com>
Mon, 16 Dec 2024 14:53:29 +0000 (09:53 -0500)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Tue, 14 Jan 2025 22:37:34 +0000 (14:37 -0800)
commit5b15b1f144c811a3ec145ff44dd2b41daa8a3b4f
tree49f50b90f19d3b93ce778dd7fe3319edce5d7e13
parent95aca43b4a8266f6b7f038b22a61a5f1be91df7a
ice: rename TS_LL_READ* macros to REG_LL_PROXY_H_*

The TS_LL_READ macros are used as part of the low latency Tx timestamp
interface. A future firmware extension will add support for performing PHY
timer updates over this interface. Using TS_LL_READ as the prefix for these
macros will be confusing once the interface is used for other purposes.

Rename the macros, using the prefix REG_LL_PROXY_H, to better clarify that
this is for the low latency interface.
Additionally add macros for PF_SB_ATQBAH and PF_SB_ATQBAL registers to
better clarify content of this registers as PF_SB_ATQBAH contain low
part of Tx timestamp

Co-developed-by: Karol Kolacinski <karol.kolacinski@intel.com>
Signed-off-by: Karol Kolacinski <karol.kolacinski@intel.com>
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Reviewed-by: Milena Olech <milena.olech@intel.com>
Signed-off-by: Anton Nadezhdin <anton.nadezhdin@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_ptp.c
drivers/net/ethernet/intel/ice/ice_ptp_hw.c
drivers/net/ethernet/intel/ice/ice_ptp_hw.h