Lines Matching defs:qede_tx_queue
371 struct qede_tx_queue { struct
372 u8 is_xdp;
373 bool is_legacy;
374 u16 sw_tx_cons;
375 u16 sw_tx_prod;
376 u16 num_tx_buffers; /* Slowpath only */
378 u64 xmit_pkts;
379 u64 stopped_cnt;
381 __le16 *hw_cons_ptr;
384 struct device *dev;
386 void __iomem *doorbell_addr;
387 union db_prod tx_db;
388 int index; /* Slowpath only */
405 union {
408 } sw_tx_ring;
410 struct qed_chain tx_pbl;
413 void *handle;
414 u16 cos;
415 u16 ndev_txq_id;