Lines Matching defs:bnxt_tx_ring_info
774 struct bnxt_tx_ring_info { struct
775 struct bnxt_napi *bnapi;
776 u16 tx_prod;
777 u16 tx_cons;
778 u16 txq_index;
779 u8 kick_pending;
780 struct bnxt_db_info tx_db;
782 struct tx_bd *tx_desc_ring[MAX_TX_PAGES];
783 struct bnxt_sw_tx_bd *tx_buf_ring;
785 dma_addr_t tx_desc_mapping[MAX_TX_PAGES];
787 struct tx_push_buffer *tx_push;
788 dma_addr_t tx_push_mapping;
789 __le64 data_mapping;
792 u32 dev_state;
794 struct bnxt_ring_struct tx_ring_struct;
796 spinlock_t xdp_tx_lock;