|
Linux Kernel
3.7.1
|
#include <supern_2.h>
Data Fields | |
| int | index |
| int | tx_ring_size |
| int | tx_desc_count |
| int | tx_curr_desc |
| int | tx_used_desc |
| struct tx_desc * | tx_desc_area |
| dma_addr_t | tx_desc_dma |
| int | tx_desc_area_size |
| struct sk_buff_head | tx_skb |
| unsigned long | tx_packets |
| unsigned long | tx_bytes |
| unsigned long | tx_dropped |
| struct tx_queue * | tq_next |
| u_short | tq_pack_offset |
| u_char | tq_pad [2] |
Definition at line 368 of file mv643xx_eth.c.
| int index |
Definition at line 369 of file mv643xx_eth.c.
Definition at line 229 of file supern_2.h.
| u_short tq_pack_offset |
Definition at line 230 of file supern_2.h.
| u_char tq_pad[2] |
Definition at line 231 of file supern_2.h.
| unsigned long tx_bytes |
Definition at line 384 of file mv643xx_eth.c.
| int tx_curr_desc |
Definition at line 374 of file mv643xx_eth.c.
Definition at line 377 of file mv643xx_eth.c.
| int tx_desc_area_size |
Definition at line 379 of file mv643xx_eth.c.
| int tx_desc_count |
Definition at line 373 of file mv643xx_eth.c.
| dma_addr_t tx_desc_dma |
Definition at line 378 of file mv643xx_eth.c.
| unsigned long tx_dropped |
Definition at line 385 of file mv643xx_eth.c.
| unsigned long tx_packets |
Definition at line 383 of file mv643xx_eth.c.
| int tx_ring_size |
Definition at line 371 of file mv643xx_eth.c.
| struct sk_buff_head tx_skb |
Definition at line 381 of file mv643xx_eth.c.
| int tx_used_desc |
Definition at line 375 of file mv643xx_eth.c.
1.8.2