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