Lines Matching defs:tx_queue
340 struct tx_queue { struct
341 int index;
343 int tx_ring_size;
345 int tx_desc_count;
346 int tx_curr_desc;
347 int tx_used_desc;
349 int tx_stop_threshold;
350 int tx_wake_threshold;
352 char *tso_hdrs;
353 dma_addr_t tso_hdrs_dma;
355 struct tx_desc *tx_desc_area;
356 char *tx_desc_mapping; /* array to track the type of the dma mapping */
357 dma_addr_t tx_desc_dma;
358 int tx_desc_area_size;
360 struct sk_buff_head tx_skb;
362 unsigned long tx_packets;
363 unsigned long tx_bytes;
364 unsigned long tx_dropped;