Lines Matching defs:local_info
269 struct local_info { struct
270 struct net_device *dev;
271 struct pcmcia_device *p_dev;
273 int card_type;
274 int probe_port;
275 int silicon; /* silicon revision. 0=old CE2, 1=Scipper, 4=Mohawk */
276 int mohawk; /* a CE3 type card */
277 int dingo; /* a CEM56 type card */
278 int new_mii; /* has full 10baseT/100baseT MII */
279 int modem; /* is a multi function card (i.e with a modem) */
280 void __iomem *dingo_ccr; /* only used for CEM56 cards */
281 unsigned last_ptr_value; /* last packets transmitted value */
282 const char *manf_str;
283 struct work_struct tx_timeout_task;