Searched defs:bnxt_tx_ring_info (Results 1 – 1 of 1) sorted by relevance
768 struct bnxt_tx_ring_info { struct769 struct bnxt_napi *bnapi;770 u16 tx_prod;771 u16 tx_cons;772 u16 txq_index;773 struct bnxt_db_info tx_db;775 struct tx_bd *tx_desc_ring[MAX_TX_PAGES];776 struct bnxt_sw_tx_bd *tx_buf_ring;778 dma_addr_t tx_desc_mapping[MAX_TX_PAGES];780 struct tx_push_buffer *tx_push;[all …]