Lines Matching defs:tx_queue
339 struct tx_queue { struct
340 int index;
342 int tx_ring_size;
344 int tx_desc_count;
345 int tx_curr_desc;
346 int tx_used_desc;
348 int tx_stop_threshold;
349 int tx_wake_threshold;
351 char *tso_hdrs;
352 dma_addr_t tso_hdrs_dma;
354 struct tx_desc *tx_desc_area;
355 char *tx_desc_mapping; /* array to track the type of the dma mapping */
356 dma_addr_t tx_desc_dma;
357 int tx_desc_area_size;
359 struct sk_buff_head tx_skb;
361 unsigned long tx_packets;
362 unsigned long tx_bytes;
363 unsigned long tx_dropped;