Home
last modified time | relevance | path

Searched defs:el3_private (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/3com/
H A D3c574_cs.c197 struct el3_private { struct
198 struct pcmcia_device *p_dev;
199 u16 advertising, partner; /* NWay media advertisement */
200 unsigned char phys; /* MII device address */
201 unsigned int autoselect:1, default_media:3; /* Read from the EEPROM/Wn3_Config. */
203 struct timer_list media;
204 unsigned short media_status;
205 unsigned short fast_poll;
206 unsigned long last_irq;
207 spinlock_t window_lock; /* Guards the Window selection */
H A D3c589_cs.c132 struct el3_private { struct
133 struct pcmcia_device *p_dev;
135 struct timer_list media;
136 u16 media_status;
137 u16 fast_poll;
138 unsigned long last_irq;
139 spinlock_t lock;
H A D3c509.c163 struct el3_private { struct
164 spinlock_t lock;
166 int head, size;
167 struct sk_buff *queue[SKB_QUEUE_SIZE];
168 enum el3_cardtype type;