Home
last modified time | relevance | path

Searched defs:qede_tx_queue (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
Dqede.h391 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;
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/qlogic/qede/
Dqede.h373 struct qede_tx_queue { struct
374 u8 is_xdp;
375 bool is_legacy;
376 u16 sw_tx_cons;
377 u16 sw_tx_prod;
378 u16 num_tx_buffers; /* Slowpath only */
380 u64 xmit_pkts;
381 u64 stopped_cnt;
383 __le16 *hw_cons_ptr;
386 struct device *dev;
[all …]