Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ntb/
H A Dntb.h166 struct ntb_tx_queue { struct
167 volatile struct ntb_desc *tx_desc_ring;
168 struct ntb_used *tx_used_ring;
169 volatile uint16_t *avail_cnt;
170 uint16_t *used_cnt;
173 uint16_t nb_tx_desc;
176 uint16_t nb_tx_free;
177 uint16_t tx_free_thresh;
179 struct ntb_tx_entry *sw_ring;
181 uint16_t queue_id; /* DPDK queue index. */
[all …]