Searched refs:cached_phc_time (Results 1 – 4 of 4) sorted by relevance
372 static u64 ice_ptp_extend_32b_ts(u64 cached_phc_time, u32 in_tstamp) in ice_ptp_extend_32b_ts() argument378 phc_time_lo = (u32)cached_phc_time; in ice_ptp_extend_32b_ts()393 ns = cached_phc_time - delta; in ice_ptp_extend_32b_ts()395 ns = cached_phc_time + delta; in ice_ptp_extend_32b_ts()439 return ice_ptp_extend_32b_ts(pf->ptp.cached_phc_time, in ice_ptp_extend_40b_ts()1066 if (pf->ptp.cached_phc_time && in ice_ptp_update_cached_phctime()1079 WRITE_ONCE(pf->ptp.cached_phc_time, systime); in ice_ptp_update_cached_phctime()2897 if (ptp->cached_phc_time) { in ice_ptp_rebuild_owner()2899 ts = ns_to_timespec64(ptp->cached_phc_time + time_diff); in ice_ptp_rebuild_owner()
256 u64 cached_phc_time; member
1422 ring->cached_phctime = pf->ptp.cached_phc_time; in ice_vsi_alloc_rings()
3333 rx_rings[i].cached_phctime = pf->ptp.cached_phc_time; in ice_set_ringparam()