Lines Matching defs:efx_tx_queue
241 struct efx_tx_queue { struct
258 int (*handle_tso)(struct efx_tx_queue*, struct sk_buff*, bool *); argument
261 unsigned int read_count ____cacheline_aligned_in_smp;
262 unsigned int old_write_count;
263 unsigned int merge_events;
264 unsigned int bytes_compl;
265 unsigned int pkts_compl;
266 unsigned int completed_desc_ptr;
267 u32 completed_timestamp_major;
268 u32 completed_timestamp_minor;
271 unsigned int insert_count ____cacheline_aligned_in_smp;
272 unsigned int write_count;
273 unsigned int packet_write_count;
274 unsigned int old_read_count;
275 unsigned int tso_bursts;
276 unsigned int tso_long_headers;
277 unsigned int tso_packets;
278 unsigned int tso_fallbacks;
279 unsigned int pushes;
280 unsigned int pio_packets;
281 bool xmit_more_available;
282 unsigned int cb_packets;
284 unsigned long tx_packets;
287 unsigned int empty_read_count ____cacheline_aligned_in_smp;
289 atomic_t flush_outstanding;