|
Linux Kernel
3.7.1
|
Data Fields | |
| struct pcnet32_init_block * | init_block |
| struct pcnet32_rx_head * | rx_ring |
| struct pcnet32_tx_head * | tx_ring |
| dma_addr_t | init_dma_addr |
| struct pci_dev * | pci_dev |
| const char * | name |
| struct sk_buff ** | tx_skbuff |
| struct sk_buff ** | rx_skbuff |
| dma_addr_t * | tx_dma_addr |
| dma_addr_t * | rx_dma_addr |
| struct pcnet32_access * | a |
| spinlock_t | lock |
| unsigned int | cur_rx |
| unsigned int | cur_tx |
| unsigned int | rx_ring_size |
| unsigned int | tx_ring_size |
| unsigned int | rx_mod_mask |
| unsigned int | tx_mod_mask |
| unsigned short | rx_len_bits |
| unsigned short | tx_len_bits |
| dma_addr_t | rx_ring_dma_addr |
| dma_addr_t | tx_ring_dma_addr |
| unsigned int | dirty_rx |
| unsigned int | dirty_tx |
| struct net_device * | dev |
| struct napi_struct | napi |
| char | tx_full |
| char | phycount |
| int | options |
| unsigned int | shared_irq:1 |
| unsigned int | dxsuflo:1 |
| unsigned int | mii:1 |
| struct net_device * | next |
| struct mii_if_info | mii_if |
| struct timer_list | watchdog_timer |
| u32 | msg_enable |
| u32 | phymask |
| unsigned short | chip_version |
| u16 | save_regs [4] |
| unsigned short chip_version |
| struct net_device* dev |
| dma_addr_t init_dma_addr |
| spinlock_t lock |
| struct mii_if_info mii_if |
| struct napi_struct napi |
| struct net_device* next |
| dma_addr_t* rx_dma_addr |
| dma_addr_t rx_ring_dma_addr |
| dma_addr_t* tx_dma_addr |
| dma_addr_t tx_ring_dma_addr |
| struct timer_list watchdog_timer |
1.8.2