Lines Matching refs:cached_phc_time
250 * @cached_phc_time: recently cached copy of PHC time
286 static u64 ice_ptp_extend_32b_ts(u64 cached_phc_time, u32 in_tstamp)
292 phc_time_lo = (u32)cached_phc_time;
307 ns = cached_phc_time - delta;
309 ns = cached_phc_time + delta;
353 return ice_ptp_extend_32b_ts(pf->ptp.cached_phc_time,
963 if (pf->ptp.cached_phc_time &&
976 WRITE_ONCE(pf->ptp.cached_phc_time, systime);
2915 if (ptp->cached_phc_time) {
2917 ts = ns_to_timespec64(ptp->cached_phc_time + time_diff);