Searched defs:bnx2x_tx_queue (Results 1 – 1 of 1) sorted by relevance
48 struct bnx2x_tx_queue { struct50 union eth_tx_bd_types *tx_ring; /**< TX ring virtual address. */51 uint64_t tx_ring_phys_addr; /**< TX ring DMA address. */52 struct rte_mbuf **sw_ring; /**< virtual address of SW ring. */53 uint16_t tx_pkt_tail; /**< Index of current tx pkt. */54 uint16_t tx_pkt_head; /**< Index of last pkt counted by txeof. */55 uint16_t tx_bd_tail; /**< Index of current tx bd. */56 uint16_t tx_bd_head; /**< Index of last bd counted by txeof. */57 uint16_t nb_tx_desc; /**< number of TX descriptors. */58 uint16_t tx_free_thresh; /**< minimum TX before freeing. */[all …]