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