Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Dqwxvar.h1758 struct qwx_softc { struct
1759 struct device sc_dev;
1760 struct ieee80211com sc_ic;
1761 uint32_t sc_flags;
1762 int sc_node;
1764 int (*sc_newstate)(struct ieee80211com *, enum ieee80211_state, int);
1766 struct rwlock ioctl_rwl;
1768 struct task init_task; /* NB: not reference-counted */
1769 struct refcnt task_refs;
1770 struct taskq *sc_nswq;
[all …]