> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Karol > Kolacinski > Sent: Wednesday, April 24, 2024 7:00 PM > To: [email protected] > Cc: [email protected]; Kubalewski, Arkadiusz > <[email protected]>; Kolacinski, Karol > <[email protected]>; Nguyen, Anthony L <[email protected]>; > Kitszel, Przemyslaw <[email protected]> > Subject: [Intel-wired-lan] [PATCH v10 iwl-next 01/12] ice: Introduce > ice_ptp_hw struct > > Create new ice_ptp_hw struct and use it for all HW and PTP-related fields > from struct ice_hw. > Replace definitions with struct fields, which values are set accordingly to a > specific device. > > Reviewed-by: Przemek Kitszel <[email protected]> > Reviewed-by: Arkadiusz Kubalewski <[email protected]> > Signed-off-by: Karol Kolacinski <[email protected]> > --- > V4 -> V5: Adjusted RCT in ice_base_incval > > drivers/net/ethernet/intel/ice/ice_common.c | 24 ++++ > drivers/net/ethernet/intel/ice/ice_common.h | 1 + > drivers/net/ethernet/intel/ice/ice_ptp.c | 22 ++-- > drivers/net/ethernet/intel/ice/ice_ptp_hw.c | 134 ++++++++++++-------- > drivers/net/ethernet/intel/ice/ice_ptp_hw.h | 4 +- > drivers/net/ethernet/intel/ice/ice_type.h | 17 ++- > 6 files changed, 126 insertions(+), 76 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
