Searched defs:txgbe_tx_queue (Results 1 – 1 of 1) sorted by relevance
366 struct txgbe_tx_queue { struct368 volatile struct txgbe_tx_desc *tx_ring;369 uint64_t tx_ring_phys_addr; /**< TX ring DMA address. */370 union {376 volatile uint32_t *tdt_reg_addr; /**< Address of TDT register. */377 volatile uint32_t *tdc_reg_addr; /**< Address of TDC register. */378 uint16_t nb_tx_desc; /**< number of TX descriptors. */379 uint16_t tx_tail; /**< current value of TDT reg. */383 uint16_t tx_free_thresh;408 void (*release_mbufs)(struct txgbe_tx_queue *txq); argument