Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_ptp.c238 *ts = ns_to_timespec64(adapter->ptp.cached_phc_time); in iavf_read_phc_indirect()
475 u64 iavf_ptp_extend_32b_timestamp(u64 cached_phc_time, u32 in_tstamp) in iavf_ptp_extend_32b_timestamp() argument
477 u32 low = lower_32_bits(cached_phc_time); in iavf_ptp_extend_32b_timestamp()
487 ns = cached_phc_time - (low - in_tstamp); in iavf_ptp_extend_32b_timestamp()
489 ns = cached_phc_time + delta; in iavf_ptp_extend_32b_timestamp()
H A Diavf_ptp.h21 u64 iavf_ptp_extend_32b_timestamp(u64 cached_phc_time, u32 in_tstamp);
40 static inline u64 iavf_ptp_extend_32b_timestamp(u64 cached_phc_time, in iavf_ptp_extend_32b_timestamp() argument
H A Diavf_types.h24 u64 cached_phc_time; member
H A Diavf_txrx.c1111 ns = iavf_ptp_extend_32b_timestamp(rx_ring->ptp->cached_phc_time, in iavf_flex_rx_tstamp()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_ptp.h187 u64 cached_phc_time; member
285 u64 idpf_ptp_tstamp_extend_32b_to_64b(u64 cached_phc_time, u32 in_timestamp);
365 static inline u64 idpf_ptp_tstamp_extend_32b_to_64b(u64 cached_phc_time, in idpf_ptp_tstamp_extend_32b_to_64b() argument
H A Didpf_txrx.h567 u64 cached_phc_time; member
590 offsetofend(struct idpf_rx_queue, cached_phc_time),
H A Dxdp.c424 cached_time = READ_ONCE(rxq->cached_phc_time); in idpf_xdpmo_rx_timestamp()
H A Didpf_txrx.c3374 cached_time = READ_ONCE(rxq->cached_phc_time); in idpf_rx_hwtstamp()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c282 static u64 ice_ptp_extend_32b_ts(u64 cached_phc_time, u32 in_tstamp) in ice_ptp_extend_32b_ts() argument
288 phc_time_lo = (u32)cached_phc_time; in ice_ptp_extend_32b_ts()
303 ns = cached_phc_time - delta; in ice_ptp_extend_32b_ts()
305 ns = cached_phc_time + delta; in ice_ptp_extend_32b_ts()
349 return ice_ptp_extend_32b_ts(READ_ONCE(pf->ptp.cached_phc_time), in ice_ptp_extend_40b_ts()
923 if (pf->ptp.cached_phc_time && in ice_ptp_update_cached_phctime()
936 WRITE_ONCE(pf->ptp.cached_phc_time, systime); in ice_ptp_update_cached_phctime()
2994 if (ptp->cached_phc_time) { in ice_ptp_rebuild_owner()
2996 ts = ns_to_timespec64(ptp->cached_phc_time + time_diff); in ice_ptp_rebuild_owner()
H A Dice_lib.c1435 ring->cached_phctime = pf->ptp.cached_phc_time; in ice_vsi_alloc_rings()
H A Dice_ethtool.c3343 rx_rings[i].cached_phctime = pf->ptp.cached_phc_time; in ice_set_ringparam()