Searched defs:ipw_softc (Results 1 – 1 of 1) sorted by relevance
85 struct ipw_softc { struct86 device_t sc_dev;88 struct ethercom sc_ec;89 struct ieee80211com sc_ic;90 int (*sc_newstate)(struct ieee80211com *,93 struct ipw_firmware fw;94 const char *sc_fwname;95 uint32_t flags;101 struct resource *irq;102 struct resource *mem;[all …]