Home
last modified time | relevance | path

Searched refs:ptp_info_to_pf (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_ptp.c448 struct ice_pf *pf = ptp_info_to_pf(info); in ice_ptp_adjfine()
736 struct ice_pf *pf = ptp_info_to_pf(info); in ice_ptp_gpio_enable_e810()
786 struct ice_pf *pf = ptp_info_to_pf(info); in ice_ptp_gettimex64()
811 struct ice_pf *pf = ptp_info_to_pf(info); in ice_ptp_settime64()
864 struct ice_pf *pf = ptp_info_to_pf(info); in ice_ptp_adjtime()
Dice_ptp.h137 #define ptp_info_to_pf(i) \ macro