Searched defs:bnxt_tx_ring_info (Results 1 – 1 of 1) sorted by relevance
975 struct bnxt_tx_ring_info { struct976 struct bnxt_napi *bnapi;977 struct bnxt_cp_ring_info *tx_cpr;978 u16 tx_prod;979 u16 tx_cons;980 u16 tx_hw_cons;981 u16 txq_index;982 u8 tx_napi_idx;983 u8 kick_pending;984 struct bnxt_db_info tx_db;[all …]