Searched defs:efx_tx_queue (Results 1 – 1 of 1) sorted by relevance
258 struct efx_tx_queue { struct260 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 …]