Lines Matching defs:qede_tx_queue
391 struct qede_tx_queue { struct
392 u8 is_xdp;
393 bool is_legacy;
394 u16 sw_tx_cons;
395 u16 sw_tx_prod;
396 u16 num_tx_buffers; /* Slowpath only */
398 u64 xmit_pkts;
399 u64 stopped_cnt;
400 u64 tx_mem_alloc_err;
402 __le16 *hw_cons_ptr;
405 struct device *dev;
407 void __iomem *doorbell_addr;
408 union db_prod tx_db;
411 spinlock_t xdp_tx_lock;
413 int index; /* Slowpath only */
430 union {
433 } sw_tx_ring;
435 struct qed_chain tx_pbl;
438 void *handle;
439 u16 cos;
440 u16 ndev_txq_id;