Searched defs:ngbe_tx_queue (Results 1 – 1 of 1) sorted by relevance
323 struct ngbe_tx_queue { struct325 volatile struct ngbe_tx_desc *tx_ring;327 uint64_t tx_ring_phys_addr; /**< Tx ring DMA address */328 struct ngbe_tx_entry *sw_ring; /**< address of SW ring for scalar PMD */329 volatile uint32_t *tdt_reg_addr; /**< Address of TDT register */330 volatile uint32_t *tdc_reg_addr; /**< Address of TDC register */331 uint16_t nb_tx_desc; /**< number of Tx descriptors */332 uint16_t tx_tail; /**< current value of TDT reg */359 void (*release_mbufs)(struct ngbe_tx_queue *txq); argument