Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_rxtx.c1641 ad->hw_time_high = (uint32_t)(ts_ns >> 32); in ice_rx_scan_hw_ring()
1645 ad->hw_time_high += 1; in ice_rx_scan_hw_ring()
1646 ts_ns = (uint64_t)ad->hw_time_high << 32 | rxq->time_high; in ice_rx_scan_hw_ring()
1983 ad->hw_time_high = (uint32_t)(ts_ns >> 32); in ice_recv_scattered_pkts()
1987 ad->hw_time_high += 1; in ice_recv_scattered_pkts()
1988 ts_ns = (uint64_t)ad->hw_time_high << 32 | rxq->time_high; in ice_recv_scattered_pkts()
2434 ad->hw_time_high = (uint32_t)(ts_ns >> 32); in ice_recv_pkts()
2438 ad->hw_time_high += 1; in ice_recv_pkts()
2439 ts_ns = (uint64_t)ad->hw_time_high << 32 | rxq->time_high; in ice_recv_pkts()
H A Dice_ethdev.h557 uint32_t hw_time_high; /* high 32 bits of timestamp */ member