Searched defs:efx_tx_queue (Results 1 – 2 of 2) sorted by relevance
257 struct efx_tx_queue { struct259 struct efx_nic *efx ____cacheline_aligned_in_smp;260 unsigned int queue;261 unsigned int label;262 unsigned int type;263 unsigned int tso_version;264 bool tso_encap;265 struct efx_channel *channel;266 struct netdev_queue *core_txq;267 struct efx_tx_buffer *buffer;[all …]
239 struct efx_tx_queue { struct241 struct efx_nic *efx ____cacheline_aligned_in_smp;242 unsigned int queue;243 unsigned int label;244 unsigned int type;245 unsigned int tso_version;246 bool tso_encap;247 struct efx_channel *channel;248 struct netdev_queue *core_txq;249 struct efx_tx_buffer *buffer;[all …]