Lines Matching refs:cached_phc_time
238 *ts = ns_to_timespec64(adapter->ptp.cached_phc_time);
271 * cached_phc_time.
283 * 1) updating cached_phc_time
285 * cached_phc_time is used by the Tx and Rx timestamp flows in order to
289 * the cached_phc_time is within ~1 second of the Tx or Rx timestamp
432 * @cached_phc_time: recently cached copy of PHC time
468 u64 iavf_ptp_extend_32b_timestamp(u64 cached_phc_time, u32 in_tstamp)
470 u32 low = lower_32_bits(cached_phc_time);
480 ns = cached_phc_time - (low - in_tstamp);
482 ns = cached_phc_time + delta;