Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Dxdp.c411 u64 cached_time, ts_ns; in idpf_xdpmo_rx_timestamp() local
424 cached_time = READ_ONCE(rxq->cached_phc_time); in idpf_xdpmo_rx_timestamp()
429 ts_ns = idpf_ptp_tstamp_extend_32b_to_64b(cached_time, ts_high); in idpf_xdpmo_rx_timestamp()
H A Didpf_txrx.c3371 u64 cached_time, ts_ns; in idpf_rx_hwtstamp() local
3377 cached_time = READ_ONCE(rxq->cached_phc_time); in idpf_rx_hwtstamp()
3380 ts_ns = idpf_ptp_tstamp_extend_32b_to_64b(cached_time, ts_high); in idpf_rx_hwtstamp()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c2305 u64 ts_ns, cached_time; in ice_ptp_get_rx_hwts() local
2311 cached_time = READ_ONCE(pkt_ctx->cached_phctime); in ice_ptp_get_rx_hwts()
2314 if (!cached_time) in ice_ptp_get_rx_hwts()
2324 ts_ns = ice_ptp_extend_32b_ts(cached_time, ts_high); in ice_ptp_get_rx_hwts()