Home
last modified time | relevance | path

Searched defs:igb_tx_queue (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_rxtx.c179 struct igb_tx_queue { struct
180 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 …]