Lines Matching defs:efx_tx_queue
188 struct efx_tx_queue { struct
190 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;
203 unsigned int insert_count ____cacheline_aligned_in_smp;
204 unsigned int write_count;
205 unsigned int old_read_count;
206 struct efx_tso_header *tso_headers_free;
207 unsigned int tso_bursts;
208 unsigned int tso_long_headers;
209 unsigned int tso_packets;