Home
last modified time | relevance | path

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

/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.h200 struct ixgbe_tx_queue { struct
202 volatile union ixgbe_adv_tx_desc *tx_ring;
203 uint64_t tx_ring_phys_addr; /**< TX ring DMA address. */
204 union {
208 volatile uint32_t *tdt_reg_addr; /**< Address of TDT register. */
209 uint16_t nb_tx_desc; /**< number of TX descriptors. */
213 uint16_t tx_free_thresh;
215 uint16_t tx_rs_thresh;
217 uint16_t nb_tx_used;
219 uint16_t last_desc_cleaned;
[all …]