Searched defs:qede_tx_queue (Results 1 – 1 of 1) sorted by relevance
395 struct qede_tx_queue { struct396 u8 is_xdp;397 bool is_legacy;398 u16 sw_tx_cons;399 u16 sw_tx_prod;400 u16 num_tx_buffers; /* Slowpath only */402 u64 xmit_pkts;403 u64 stopped_cnt;404 u64 tx_mem_alloc_err;406 __le16 *hw_cons_ptr;[all …]