Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h793 struct bnxt_tx_ring_info { struct
794 struct bnxt_napi *bnapi;
795 u16 tx_prod;
796 u16 tx_cons;
797 u16 txq_index;
798 u8 kick_pending;
799 struct bnxt_db_info tx_db;
801 struct tx_bd *tx_desc_ring[MAX_TX_PAGES];
802 struct bnxt_sw_tx_bd *tx_buf_ring;
804 dma_addr_t tx_desc_mapping[MAX_TX_PAGES];
[all …]