Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwi/
H A Dif_bwivar.h544 struct bwi_softc { struct
545 uint32_t sc_flags; /* BWI_F_ */
546 device_t sc_dev;
547 struct mtx sc_mtx;
548 struct ieee80211com sc_ic;
549 struct mbufq sc_snd;
550 int sc_invalid;
552 uint32_t sc_cap; /* BWI_CAP_ */
553 uint16_t sc_bbp_id; /* BWI_BBPID_ */
554 uint8_t sc_bbp_rev;
[all …]