Searched defs:ipw_softc (Results 1 – 1 of 1) sorted by relevance
92 struct ipw_softc { struct93 struct ieee80211com sc_ic;94 struct mbufq sc_snd;95 device_t sc_dev;97 struct mtx sc_mtx;98 struct task sc_init_task;99 struct callout sc_wdtimer; /* watchdog timer */101 uint32_t flags;113 struct resource *irq;114 struct resource *mem;[all …]