Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_rxtx.c1640 ad->hw_time_low = (uint32_t)ts_ns; in ice_rx_scan_hw_ring()
1644 if (rxq->time_high < ad->hw_time_low) in ice_rx_scan_hw_ring()
1647 ad->hw_time_low = rxq->time_high; in ice_rx_scan_hw_ring()
1982 ad->hw_time_low = (uint32_t)ts_ns; in ice_recv_scattered_pkts()
1986 if (rxq->time_high < ad->hw_time_low) in ice_recv_scattered_pkts()
1989 ad->hw_time_low = rxq->time_high; in ice_recv_scattered_pkts()
2433 ad->hw_time_low = (uint32_t)ts_ns; in ice_recv_pkts()
2437 if (rxq->time_high < ad->hw_time_low) in ice_recv_pkts()
2440 ad->hw_time_low = rxq->time_high; in ice_recv_pkts()
H A Dice_ethdev.h558 uint32_t hw_time_low; /* low 32 bits of timestamp */ member