|
Linux Kernel
3.7.1
|
Data Fields | |
| u32 | reg |
| u32 | tx_dma |
| u32 | rx_dma |
| u32 | io |
| u8 | tx_chan |
| u8 | rx_chan |
| spinlock_t | lock |
| u8 | tx_skb_i |
| u8 | tx_skb_o |
| u8 | rx_skb_i |
| u8 | rx_skb_o |
| struct sk_buff * | tx_skb [S6_NUM_TX_SKB] |
| struct sk_buff * | rx_skb [S6_NUM_RX_SKB] |
| unsigned long | carry [sizeof(struct net_device_stats)/sizeof(long)] |
| unsigned long | stats [sizeof(struct net_device_stats)/sizeof(long)] |
| struct phy_device * | phydev |
| struct { | |
| struct mii_bus * bus | |
| int irq [PHY_MAX_ADDR] | |
| } | mii |
| struct { | |
| unsigned int mbit | |
| u8 giga | |
| u8 isup | |
| u8 full | |
| } | link |
| int irq[PHY_MAX_ADDR] |
| struct { ... } link |
| spinlock_t lock |
| struct { ... } mii |
| struct phy_device* phydev |
| struct sk_buff* rx_skb[S6_NUM_RX_SKB] |
| struct sk_buff* tx_skb[S6_NUM_TX_SKB] |
1.8.2