Lines Matching defs:qede_tx_queue
389 struct qede_tx_queue { struct
390 u8 is_xdp;
391 bool is_legacy;
392 u16 sw_tx_cons;
393 u16 sw_tx_prod;
394 u16 num_tx_buffers; /* Slowpath only */
396 u64 xmit_pkts;
397 u64 stopped_cnt;
398 u64 tx_mem_alloc_err;
400 __le16 *hw_cons_ptr;
403 struct device *dev;
405 void __iomem *doorbell_addr;
406 union db_prod tx_db;
409 spinlock_t xdp_tx_lock;
411 int index; /* Slowpath only */
428 union {
431 } sw_tx_ring;
433 struct qed_chain tx_pbl;
436 void *handle;
437 u16 cos;
438 u16 ndev_txq_id;