Lines Matching defs:qlnx_tx_queue
147 struct qlnx_tx_queue { struct
148 int index; /* Queue index */
149 volatile __le16 *hw_cons_ptr;
150 struct sw_tx_bd sw_tx_ring[TX_RING_SIZE];
151 uint16_t sw_tx_cons;
152 uint16_t sw_tx_prod;
153 struct ecore_chain tx_pbl;
154 void __iomem *doorbell_addr;
155 void *handle;
156 union db_prod tx_db;
181 struct qlnx_tx_queue *txq[MAX_NUM_TC]; argument