Lines Matching defs:tx_queue
368 struct tx_queue { struct
369 int index;
371 int tx_ring_size;
373 int tx_desc_count;
374 int tx_curr_desc;
375 int tx_used_desc;
377 struct tx_desc *tx_desc_area;
378 dma_addr_t tx_desc_dma;
379 int tx_desc_area_size;
381 struct sk_buff_head tx_skb;
383 unsigned long tx_packets;
384 unsigned long tx_bytes;
385 unsigned long tx_dropped;