Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/iavf/
H A Diavf_rxtx.c241 volatile union iavf_rx_desc *rxd; in alloc_rxq_mbufs()
592 rxq->rx_ring = (union iavf_rx_desc *)mz->addr; in iavf_dev_rx_queue_setup()
1107 volatile union iavf_rx_desc *rx_ring; in iavf_recv_pkts()
1108 volatile union iavf_rx_desc *rxdp; in iavf_recv_pkts()
1110 union iavf_rx_desc rxd; in iavf_recv_pkts()
1215 volatile union iavf_rx_desc *rx_ring; in iavf_recv_pkts_flex_rxd()
1463 union iavf_rx_desc rxd; in iavf_recv_scattered_pkts()
1477 volatile union iavf_rx_desc *rxdp; in iavf_recv_scattered_pkts()
1696 volatile union iavf_rx_desc *rxdp; in iavf_rx_scan_hw_ring()
1805 volatile union iavf_rx_desc *rxdp; in iavf_rx_alloc_bufs()
[all …]
H A Diavf_rxtx.h134 #define iavf_rx_desc iavf_16byte_rx_desc macro
137 #define iavf_rx_desc iavf_32byte_rx_desc macro
157 volatile union iavf_rx_desc *rx_ring; /* Rx ring virtual address */
H A Diavf_rxtx_vec_sse.c25 volatile union iavf_rx_desc *rxdp; in iavf_rxq_rearm()
393 volatile union iavf_rx_desc *rxdp; in _recv_raw_pkts_vec()
H A Diavf_rxtx_vec_avx2.c18 volatile union iavf_rx_desc *rxdp; in iavf_rxq_rearm()
151 volatile union iavf_rx_desc *rxdp = rxq->rx_ring + rxq->rx_tail; in _iavf_recv_raw_pkts_vec_avx2()
H A Diavf_rxtx_vec_avx512.c21 volatile union iavf_rx_desc *rxdp; in iavf_rxq_rearm()
154 volatile union iavf_rx_desc *rxdp = rxq->rx_ring + rxq->rx_tail; in _iavf_recv_raw_pkts_vec_avx512()