Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx.h49 struct ice_rx_entry { struct
57 struct ice_rx_entry *sw_ring; /* address of RX soft ring */ argument
H A Dice_rxtx_vec_sse.c38 struct ice_rx_entry *rxep = &rxq->sw_ring[rxq->rxrearm_start]; in ice_rxq_rearm()
268 struct ice_rx_entry *sw_ring; in _ice_recv_raw_pkts_vec()
H A Dice_rxtx.c356 struct ice_rx_entry *rxe = rxq->sw_ring; in ice_alloc_rx_queue_mbufs()
1110 sizeof(struct ice_rx_entry) * len, in ice_rx_queue_setup()
1497 struct ice_rx_entry *rxep; in ice_rx_scan_hw_ring()
1592 struct ice_rx_entry *rxep; in ice_rx_alloc_bufs()
1719 struct ice_rx_entry *sw_ring = rxq->sw_ring; in ice_recv_scattered_pkts()
1720 struct ice_rx_entry *rxe; in ice_recv_scattered_pkts()
2184 struct ice_rx_entry *sw_ring = rxq->sw_ring; in ice_recv_pkts()
2185 struct ice_rx_entry *rxe; in ice_recv_pkts()
H A Dice_rxtx_vec_avx2.c19 struct ice_rx_entry *rxep = &rxq->sw_ring[rxq->rxrearm_start]; in ice_rxq_rearm()
163 struct ice_rx_entry *sw_ring = &rxq->sw_ring[rxq->rx_tail]; in _ice_recv_raw_pkts_vec_avx2()
H A Dice_rxtx_vec_avx512.c21 struct ice_rx_entry *rxep = &rxq->sw_ring[rxq->rxrearm_start]; in ice_rxq_rearm()
158 struct ice_rx_entry *sw_ring = &rxq->sw_ring[rxq->rx_tail]; in _ice_recv_raw_pkts_vec_avx512()