Lines Matching defs:mana_txq
159 struct mana_txq { struct
160 struct gdma_queue *gdma_sq;
162 union {
171 uint16_t vp_offset;
173 if_t ndev;
175 int idx;
177 int alt_txq_idx;
180 struct mana_send_buf_info *tx_buf_info;
181 uint16_t next_to_use;
182 uint16_t next_to_complete;
184 atomic_t pending_sends;
186 struct buf_ring *txq_br;
187 struct mtx txq_mtx;
188 char txq_mtx_name[16];
190 uint64_t tso_pkts;
191 uint64_t tso_bytes;
193 struct task enqueue_task;
194 struct taskqueue *enqueue_tq;
196 struct mana_stats stats;