Searched refs:rvp_bmap (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/wlan/
H A Dif_runvar.h248 uint8_t rvp_bmap; member in struct:run_softc
H A Dif_run.c971 if((sc->rvp_bmap & 1 << i) == 0){
972 sc->rvp_bmap |= 1 << i;
984 rvp->rvp_id, sc->rvp_bmap, sc->rvp_cnt);
1010 sc->rvp_bmap &= ~(1 << rvp_id);
1016 vap, rvp_id, sc->rvp_bmap, sc->rvp_cnt);

Completed in 185 milliseconds