Home
last modified time | relevance | path

Searched defs:iavf_rx_queue (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/iavf/
H A Diavf_rxtx.h178 struct iavf_rx_queue { struct
180 const struct rte_memzone *mz; /* memzone for Rx ring */
182 uint64_t rx_ring_phys_addr; /* Rx ring DMA address */
183 struct rte_mbuf **sw_ring; /* address of SW ring */
184 uint16_t nb_rx_desc; /* ring length */
185 uint16_t rx_tail; /* current value of tail */
191 struct rte_mbuf fake_mbuf; /* dummy mbuf */
192 uint8_t rxdid;
197 uint64_t mbuf_initializer; /* value to init mbufs */
223 struct iavf_rx_queue_stats stats; argument
[all …]