Linux Kernel
3.7.1
|
Data Fields | |
struct pcmcia_device * | p_dev |
spinlock_t | lock |
u_short | manfid |
u_short | cardid |
struct sk_buff * | saved_skb |
int | packets_waiting |
void __iomem * | base |
u_short | cfg |
struct timer_list | media |
int | watchdog |
int | tx_err |
u_short | media_status |
u_short | fast_poll |
u_short | link_status |
struct mii_if_info | mii_if |
int | duplex |
int | rx_ovrn |
Definition at line 99 of file smc91c92_cs.c.
Definition at line 107 of file smc91c92_cs.c.
u_short cardid |
Definition at line 103 of file smc91c92_cs.c.
u_short cfg |
Definition at line 108 of file smc91c92_cs.c.
Definition at line 115 of file smc91c92_cs.c.
u_short fast_poll |
Definition at line 112 of file smc91c92_cs.c.
Definition at line 113 of file smc91c92_cs.c.
spinlock_t lock |
Definition at line 101 of file smc91c92_cs.c.
u_short manfid |
Definition at line 102 of file smc91c92_cs.c.
struct timer_list media |
Definition at line 109 of file smc91c92_cs.c.
u_short media_status |
Definition at line 111 of file smc91c92_cs.c.
struct mii_if_info mii_if |
Definition at line 114 of file smc91c92_cs.c.
struct pcmcia_device* p_dev |
Definition at line 100 of file smc91c92_cs.c.
int packets_waiting |
Definition at line 106 of file smc91c92_cs.c.
int rx_ovrn |
Definition at line 116 of file smc91c92_cs.c.
Definition at line 105 of file smc91c92_cs.c.
int tx_err |
Definition at line 110 of file smc91c92_cs.c.
Definition at line 110 of file smc91c92_cs.c.