Lines Matching defs:bnxt_tx_ring_info
963 struct bnxt_tx_ring_info { struct
964 struct bnxt_napi *bnapi;
965 struct bnxt_cp_ring_info *tx_cpr;
966 u16 tx_prod;
967 u16 tx_cons;
968 u16 tx_hw_cons;
969 u16 txq_index;
970 u8 tx_napi_idx;
971 u8 kick_pending;
972 struct bnxt_db_info tx_db;
974 struct tx_bd *tx_desc_ring[MAX_TX_PAGES];
975 struct bnxt_sw_tx_bd *tx_buf_ring;
977 dma_addr_t tx_desc_mapping[MAX_TX_PAGES];
979 struct tx_push_buffer *tx_push;
980 dma_addr_t tx_push_mapping;
981 __le64 data_mapping;
984 u32 dev_state;
986 struct bnxt_ring_struct tx_ring_struct;
988 spinlock_t xdp_tx_lock;