Lines Matching defs:efx_tx_queue
178 struct efx_tx_queue { struct
180 struct efx_nic *efx ____cacheline_aligned_in_smp;
181 unsigned queue;
182 struct efx_channel *channel;
183 struct netdev_queue *core_txq;
184 struct efx_tx_buffer *buffer;
185 struct efx_special_buffer txd;
186 unsigned int ptr_mask;
187 bool initialised;
188 enum efx_flush_state flushed;
191 unsigned int read_count ____cacheline_aligned_in_smp;
192 unsigned int old_write_count;
195 unsigned int insert_count ____cacheline_aligned_in_smp;
196 unsigned int write_count;
197 unsigned int old_read_count;
198 struct efx_tso_header *tso_headers_free;
199 unsigned int tso_bursts;
200 unsigned int tso_long_headers;
201 unsigned int tso_packets;
202 unsigned int pushes;
205 unsigned int empty_read_count ____cacheline_aligned_in_smp;