Searched defs:ixgbe_tx_queue (Results 1 – 1 of 1) sorted by relevance
197 struct ixgbe_tx_queue { struct199 volatile union ixgbe_adv_tx_desc *tx_ring;200 uint64_t tx_ring_phys_addr; /**< TX ring DMA address. */201 union {205 volatile uint32_t *tdt_reg_addr; /**< Address of TDT register. */206 uint16_t nb_tx_desc; /**< number of TX descriptors. */210 uint16_t tx_free_thresh;212 uint16_t tx_rs_thresh;214 uint16_t nb_tx_used;216 uint16_t last_desc_cleaned;[all …]