Searched defs:efx_tx_queue (Results 1 – 1 of 1) sorted by relevance
188 struct efx_tx_queue { struct190 struct efx_nic *efx ____cacheline_aligned_in_smp;191 int queue;192 struct efx_channel *channel;193 struct efx_nic *nic;194 struct efx_tx_buffer *buffer;195 struct efx_special_buffer txd;196 bool flushed;199 unsigned int read_count ____cacheline_aligned_in_smp;200 int stopped;[all …]