Home
last modified time | relevance | path

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

/freebsd/sys/dev/mwl/
H A Dif_mwlvar.h333 uint8_t sc_staid[MWL_MAXSTAID/NBBY]; member
H A Dif_mwl.c4245 if (!(0 < aid && aid < MWL_MAXSTAID) || isset(sc->sc_staid, aid)) { in allocstaid()
4248 if (isclr(sc->sc_staid, staid)) in allocstaid()
4252 setbit(sc->sc_staid, staid); in allocstaid()
4259 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
/freebsd/sys/dev/iwx/
H A Dif_iwxvar.h769 int sc_staid; member