> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Anton > Nadezhdin > Sent: 16 December 2024 20:23 > To: [email protected] > Cc: [email protected]; Nguyen, Anthony L <[email protected]>; > Kitszel, Przemyslaw <[email protected]>; [email protected]; > Keller, Jacob E <[email protected]>; Kolacinski, Karol > <[email protected]>; Olech, Milena <[email protected]>; > Nadezhdin, Anton <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v2 2/5] ice: rename TS_LL_READ* > macros to REG_LL_PROXY_H_* > > From: Jacob Keller <[email protected]> > > 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 macroses 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 <[email protected]> > Signed-off-by: Karol Kolacinski <[email protected]> > Signed-off-by: Jacob Keller <[email protected]> > Reviewed-by: Milena Olech <[email protected]> > Signed-off-by: Anton Nadezhdin <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_ptp.c | 14 +++++++------- > drivers/net/ethernet/intel/ice/ice_ptp_hw.c | 14 +++++++------- > drivers/net/ethernet/intel/ice/ice_ptp_hw.h | 13 ++++++++----- > 3 files changed, 22 insertions(+), 19 deletions(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
