Searched defs:tiwlan_net_dev (Results 1 – 1 of 1) sorted by relevance
231 struct tiwlan_net_dev { struct232 struct list_head list;234 tiwlan_region_t acx_mem;235 tiwlan_region_t acx_reg;236 tiwlan_region_t eeprom_image;237 tiwlan_region_t firmware_image;238 int irq;240 struct workqueue_struct *tiwlan_wq; /* Work Queue */241 struct work_struct tirq; /* Work Task for interrupt */242 struct work_struct tw; /* Work Task for other stuff */[all …]