Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx.h53 struct ice_rx_queue { struct
56 rte_iova_t rx_ring_dma; /* RX ring DMA address */
60 uint16_t rx_tail; /* current value of tail */
67 struct rte_mbuf fake_mbuf; /**< dummy mbuf */
68 struct rte_mbuf *rx_stage[ICE_RX_MAX_BURST * 2];
74 uint16_t port_id; /* device port ID */
77 uint16_t queue_id; /* RX queue index */
78 uint16_t reg_idx; /* RX queue register index */
79 uint8_t drop_en; /* if not 0, set register bit */
82 uint16_t rx_buf_len; /* The packet buffer size */
[all …]