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. */53 uint16_t tx_pkt_tail; /**< Index of current tx pkt. */55 uint16_t tx_bd_tail; /**< Index of current tx bd. */57 uint16_t nb_tx_desc; /**< number of TX descriptors. */58 uint16_t tx_free_thresh; /**< minimum TX before freeing. */60 uint16_t nb_tx_pages; /**< number of TX pages */61 uint16_t queue_id; /**< TX queue index. */62 uint16_t port_id; /**< Device port identifier. */[all …]