Home
last modified time | relevance | path

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

/trueos/sys/dev/usb/wlan/
HDif_runvar.h123 uint8_t rvp_id; member
HDif_run.c974 rvp->rvp_id = i; in run_vap_create()
985 rvp->rvp_id, sc->rvp_bmap, sc->rvp_cnt); in run_vap_create()
997 uint8_t rvp_id; in run_vap_delete() local
1012 rvp_id = rvp->rvp_id; in run_vap_delete()
1013 sc->ratectl_run &= ~(1 << rvp_id); in run_vap_delete()
1014 sc->rvp_bmap &= ~(1 << rvp_id); in run_vap_delete()
1015 run_set_region_4(sc, RT2860_SKEY(rvp_id, 0), 0, 128); in run_vap_delete()
1016 run_set_region_4(sc, RT2860_BCN_BASE(rvp_id), 0, 512); in run_vap_delete()
1020 vap, rvp_id, sc->rvp_bmap, sc->rvp_cnt); in run_vap_delete()
2054 uint8_t bid = 1 << rvp->rvp_id; in run_newstate()
[all …]
/trueos/sys/dev/vxge/vxgehal/
HDvxgehal-virtualpath.c7055 u32 rvp_id; in vxge_hal_vpath_msix_set() local
7081 rvp_id = msix_id / VXGE_HAL_VPATH_MSIX_MAX; in vxge_hal_vpath_msix_set()
7088 if (rvp_id-- == 0) { in vxge_hal_vpath_msix_set()