Searched defs:local_info (Results 1 – 6 of 6) sorted by relevance
644 struct local_info { struct645 struct module *hw_module;646 int card_idx;647 int dev_enabled;648 int master_dev_auto_open; /* was master device opened automatically */649 int num_dev_open; /* number of open devices */650 struct net_device *dev; /* master radio device */651 struct net_device *ddev; /* main data device */652 struct list_head hostap_interfaces; /* Host AP interface list (contains655 rwlock_t iface_lock; /* hostap_interfaces read lock; use write lock[all …]
269 struct local_info { struct270 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) */[all …]
109 struct local_info { struct110 struct pcmcia_device *p_dev;111 long open_time;112 uint tx_started:1;113 uint tx_queue;114 u_short tx_queue_len;115 enum cardtype cardtype;116 u_short sent;117 u_char __iomem *base;
59 struct local_info { struct65 struct local_info *local; in airo_probe() argument
69 struct local_info { struct75 struct local_info *local; in atmel_probe() argument
512 struct acpi_db_method_info local_info; in acpi_db_method_thread() local