Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/atlantic/
H A Datl_rxtx.c52 struct atl_rx_queue { struct
53 struct rte_mempool *mb_pool;
54 struct hw_atl_rxd_s *hw_ring;
55 uint64_t hw_ring_phys_addr;
56 struct atl_rx_entry *sw_ring;
57 uint16_t nb_rx_desc;
58 uint16_t rx_tail;
59 uint16_t nb_rx_hold;
60 uint16_t rx_free_thresh;
61 uint16_t queue_id;
[all …]