Searched refs:rvp_id (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_runvar.h123 uint8_t rvp_id; member in struct:run_vap
H A Dif_run.c972 rvp->rvp_id = i;
982 DPRINTF("rvp_id=%d bmap=%x rvp_cnt=%d\n",
983 rvp->rvp_id, sc->rvp_bmap, sc->rvp_cnt);
995 uint8_t rvp_id; local
1010 rvp_id = rvp->rvp_id;
1011 sc->ratectl_run &= ~(1 << rvp_id);
1012 sc->rvp_bmap &= ~(1 << rvp_id);
1013 run_set_region_4(sc, RT2860_SKEY(rvp_id, 0), 0, 128);
1014 run_set_region_4(sc, RT2860_BCN_BASE(rvp_id),
[all...]
/freebsd-9.3-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-virtualpath.c7055 u32 rvp_id; local
7081 rvp_id = msix_id / VXGE_HAL_VPATH_MSIX_MAX;
7088 if (rvp_id-- == 0) {

Completed in 142 milliseconds