Searched defs:igb_tx_queue (Results 1 – 1 of 1) sorted by relevance
179 struct igb_tx_queue { struct180 volatile union e1000_adv_tx_desc *tx_ring; /**< TX ring address */181 uint64_t tx_ring_phys_addr; /**< TX ring DMA address. */182 struct igb_tx_entry *sw_ring; /**< virtual address of SW ring. */183 volatile uint32_t *tdt_reg_addr; /**< Address of TDT register. */184 uint32_t txd_type; /**< Device-specific TXD type */185 uint16_t nb_tx_desc; /**< number of TX descriptors. */186 uint16_t tx_tail; /**< Current value of TDT register. */187 uint16_t tx_head;189 uint16_t queue_id; /**< TX queue index. */[all …]