Lines Matching defs:qede_tx_queue
394 struct qede_tx_queue { struct
395 u8 is_xdp;
396 bool is_legacy;
397 u16 sw_tx_cons;
398 u16 sw_tx_prod;
399 u16 num_tx_buffers; /* Slowpath only */
401 u64 xmit_pkts;
402 u64 stopped_cnt;
403 u64 tx_mem_alloc_err;
405 __le16 *hw_cons_ptr;
408 struct device *dev;
410 void __iomem *doorbell_addr;
411 union db_prod tx_db;
412 int index; /* Slowpath only */
429 union {
432 } sw_tx_ring;
434 struct qed_chain tx_pbl;
437 void *handle;
438 u16 cos;
439 u16 ndev_txq_id;