Home
last modified time | relevance | path

Searched defs:wi_softc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dwivar.h80 struct wi_softc { struct
88 void (*sc_reset)(struct wi_softc *); argument
90 int (*sc_newstate)(struct ieee80211com *,
92 void (*sc_set_tim)(struct ieee80211_node *, int);
94 int sc_attached;
95 int sc_enabled;
96 int sc_invalid;
97 int sc_firmware_type;
102 int sc_pri_firmware_ver; /* Primary firm vers */
103 int sc_sta_firmware_ver; /* Station firm vers */
[all …]
/netbsd-src/sys/dev/ata/
H A Dwd.c191 struct wd_softc *wi_softc; member