Searched refs:cached_phc_time (Results 1 – 2 of 2) sorted by relevance
267 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() argument331 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()
120 u64 cached_phc_time; member