Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c2163 u64 ts_ns, cached_time; in ice_ptp_rx_hwtstamp() local
2169 cached_time = READ_ONCE(rx_ring->cached_phctime); in ice_ptp_rx_hwtstamp()
2172 if (!cached_time) in ice_ptp_rx_hwtstamp()
2182 ts_ns = ice_ptp_extend_32b_ts(cached_time, ts_high); in ice_ptp_rx_hwtstamp()