Lines Matching defs:efx_tx_queue
226 struct efx_tx_queue { struct
228 struct efx_nic *efx ____cacheline_aligned_in_smp;
229 unsigned queue;
230 struct efx_channel *channel;
231 struct netdev_queue *core_txq;
232 struct efx_tx_buffer *buffer;
233 struct efx_buffer *tsoh_page;
234 struct efx_special_buffer txd;
235 unsigned int ptr_mask;
236 void __iomem *piobuf;
237 unsigned int piobuf_offset;
238 bool initialised;
241 unsigned int read_count ____cacheline_aligned_in_smp;
242 unsigned int old_write_count;
243 unsigned int merge_events;
246 unsigned int insert_count ____cacheline_aligned_in_smp;
247 unsigned int write_count;
248 unsigned int old_read_count;
249 unsigned int tso_bursts;
250 unsigned int tso_long_headers;
251 unsigned int tso_packets;
252 unsigned int pushes;
253 unsigned int pio_packets;
254 bool xmit_more_available;
256 unsigned long tx_packets;
259 unsigned int empty_read_count ____cacheline_aligned_in_smp;
261 atomic_t flush_outstanding;