Lines Matching defs:tx_queue
353 struct tx_queue { struct
354 int index;
356 int tx_ring_size;
358 int tx_desc_count;
359 int tx_curr_desc;
360 int tx_used_desc;
362 int tx_stop_threshold;
363 int tx_wake_threshold;
365 char *tso_hdrs;
366 dma_addr_t tso_hdrs_dma;
368 struct tx_desc *tx_desc_area;
369 char *tx_desc_mapping; /* array to track the type of the dma mapping */
370 dma_addr_t tx_desc_dma;
371 int tx_desc_area_size;
373 struct sk_buff_head tx_skb;
375 unsigned long tx_packets;
376 unsigned long tx_bytes;
377 unsigned long tx_dropped;