Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
A Dice_ptp.c513 WRITE_ONCE(pf->ptp.cached_phc_time, systime); in ice_ptp_update_cached_phctime()
571 static u64 ice_ptp_extend_32b_ts(u64 cached_phc_time, u32 in_tstamp) in ice_ptp_extend_32b_ts() argument
577 phc_time_lo = (u32)cached_phc_time; in ice_ptp_extend_32b_ts()
592 ns = cached_phc_time - delta; in ice_ptp_extend_32b_ts()
594 ns = cached_phc_time + delta; in ice_ptp_extend_32b_ts()
630 return ice_ptp_extend_32b_ts(pf->ptp.cached_phc_time, in ice_ptp_extend_40b_ts()
A Dice_ptp.h135 u64 cached_phc_time; member

Completed in 6 milliseconds