Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_rxtx.h48 struct bnx2x_tx_queue { struct
50 union eth_tx_bd_types *tx_ring; /**< TX ring virtual address. */
51 uint64_t tx_ring_phys_addr; /**< TX ring DMA address. */
53 uint16_t tx_pkt_tail; /**< Index of current tx pkt. */
55 uint16_t tx_bd_tail; /**< Index of current tx bd. */
57 uint16_t nb_tx_desc; /**< number of TX descriptors. */
58 uint16_t tx_free_thresh; /**< minimum TX before freeing. */
60 uint16_t nb_tx_pages; /**< number of TX pages */
61 uint16_t queue_id; /**< TX queue index. */
62 uint16_t port_id; /**< Device port identifier. */
[all …]