Home
last modified time | relevance | path

Searched refs:sc_staid (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mwl/
H A Dif_mwlvar.h333 uint8_t sc_staid[MWL_MAXSTAID/NBBY]; member
H A Dif_mwl.c4231 if (!(0 < aid && aid < MWL_MAXSTAID) || isset(sc->sc_staid, aid)) { in allocstaid()
4234 if (isclr(sc->sc_staid, staid)) in allocstaid()
4238 setbit(sc->sc_staid, staid); in allocstaid()
4245 clrbit(sc->sc_staid, staid); in delstaid()
/freebsd/sys/dev/iwm/
H A Dif_iwmvar.h496 int sc_staid;
495 int sc_staid; global() member