Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_rxtx.h52 struct ice_rx_entry { struct
60 struct ice_rx_entry *sw_ring; /* address of RX soft ring */ argument
H A Dice_rxtx_common_avx.h21 struct ice_rx_entry *rxep = &rxq->sw_ring[rxq->rxrearm_start]; in ice_rxq_rearm_common()
H A Dice_rxtx_vec_sse.c38 struct ice_rx_entry *rxep = &rxq->sw_ring[rxq->rxrearm_start]; in ice_rxq_rearm()
304 struct ice_rx_entry *sw_ring; in _ice_recv_raw_pkts_vec()
H A Dice_rxtx.c398 struct ice_rx_entry *rxe = rxq->sw_ring; in ice_alloc_rx_queue_mbufs()
1158 sizeof(struct ice_rx_entry) * len, in ice_rx_queue_setup()
1568 struct ice_rx_entry *rxep; in ice_rx_scan_hw_ring()
1713 struct ice_rx_entry *rxep; in ice_rx_alloc_bufs()
1838 struct ice_rx_entry *sw_ring = rxq->sw_ring; in ice_recv_scattered_pkts()
1839 struct ice_rx_entry *rxe; in ice_recv_scattered_pkts()
2350 struct ice_rx_entry *sw_ring = rxq->sw_ring; in ice_recv_pkts()
2351 struct ice_rx_entry *rxe; in ice_recv_pkts()
H A Dice_rxtx_vec_avx512.c22 struct ice_rx_entry *rxep = &rxq->sw_ring[rxq->rxrearm_start]; in ice_rxq_rearm()
164 struct ice_rx_entry *sw_ring = &rxq->sw_ring[rxq->rx_tail]; in _ice_recv_raw_pkts_vec_avx512()
H A Dice_rxtx_vec_avx2.c49 struct ice_rx_entry *sw_ring = &rxq->sw_ring[rxq->rx_tail]; in _ice_recv_raw_pkts_vec_avx2()