Searched defs:qede_tx_queue (Results 1 – 1 of 1) sorted by relevance
371 struct qede_tx_queue { struct372 u8 is_xdp;373 bool is_legacy;374 u16 sw_tx_cons;375 u16 sw_tx_prod;376 u16 num_tx_buffers; /* Slowpath only */378 u64 xmit_pkts;379 u64 stopped_cnt;381 __le16 *hw_cons_ptr;384 struct device *dev;[all …]