Linux Kernel
3.7.1
|
Data Fields | |
struct pcmcia_device * | p_dev |
u_int | flags |
void __iomem * | base |
struct timer_list | watchdog |
int | stale |
int | fast_poll |
u_char | phy_id |
u_char | eth_phy |
u_char | pna_phy |
u_short | link_status |
u_long | mii_reset |
Definition at line 204 of file pcnet_cs.c.
Definition at line 207 of file pcnet_cs.c.
u_char eth_phy |
Definition at line 211 of file pcnet_cs.c.
int fast_poll |
Definition at line 209 of file pcnet_cs.c.
u_int flags |
Definition at line 206 of file pcnet_cs.c.
Definition at line 212 of file pcnet_cs.c.
u_long mii_reset |
Definition at line 213 of file pcnet_cs.c.
struct pcmcia_device* p_dev |
Definition at line 205 of file pcnet_cs.c.
u_char phy_id |
Definition at line 210 of file pcnet_cs.c.
u_char pna_phy |
Definition at line 211 of file pcnet_cs.c.
int stale |
Definition at line 209 of file pcnet_cs.c.
Definition at line 208 of file pcnet_cs.c.