Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dnet_driver.h258 struct efx_tx_queue { struct
260 struct efx_nic *efx ____cacheline_aligned_in_smp;
261 unsigned int queue;
262 unsigned int label;
263 unsigned int type;
264 unsigned int tso_version;
265 bool tso_encap;
266 struct efx_channel *channel;
267 struct netdev_queue *core_txq;
268 struct efx_tx_buffer *buffer;
[all …]