Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_ptp.c267 WRITE_ONCE(pf->ptp.cached_phc_time, systime); in ice_ptp_update_cached_phctime()
325 static u64 ice_ptp_extend_32b_ts(u64 cached_phc_time, u32 in_tstamp) in ice_ptp_extend_32b_ts() argument
331 phc_time_lo = (u32)cached_phc_time; in ice_ptp_extend_32b_ts()
346 ns = cached_phc_time - delta; in ice_ptp_extend_32b_ts()
348 ns = cached_phc_time + delta; in ice_ptp_extend_32b_ts()
384 return ice_ptp_extend_32b_ts(pf->ptp.cached_phc_time, in ice_ptp_extend_40b_ts()
Dice_ptp.h120 u64 cached_phc_time; member