Searched defs:txgbe_tx_queue (Results 1 – 1 of 1) sorted by relevance
356 struct txgbe_tx_queue { struct358 volatile struct txgbe_tx_desc *tx_ring;359 uint64_t tx_ring_phys_addr; /**< TX ring DMA address. */360 union {366 volatile uint32_t *tdt_reg_addr; /**< Address of TDT register. */367 volatile uint32_t *tdc_reg_addr; /**< Address of TDC register. */368 uint16_t nb_tx_desc; /**< number of TX descriptors. */369 uint16_t tx_tail; /**< current value of TDT reg. */394 void (*release_mbufs)(struct txgbe_tx_queue *txq); argument