Lines Matching refs:rvp_id
1082 rvp->rvp_id = i; in run_vap_create()
1093 rvp->rvp_id, sc->rvp_bmap, sc->rvp_cnt); in run_vap_create()
1104 uint8_t rvp_id; in run_vap_delete() local
1117 rvp_id = rvp->rvp_id; in run_vap_delete()
1118 sc->ratectl_run &= ~(1 << rvp_id); in run_vap_delete()
1119 sc->rvp_bmap &= ~(1 << rvp_id); in run_vap_delete()
1120 run_set_region_4(sc, RT2860_SKEY(rvp_id, 0), 0, 128); in run_vap_delete()
1121 run_set_region_4(sc, RT2860_BCN_BASE(rvp_id), 0, 512); in run_vap_delete()
1126 vap, rvp_id, sc->rvp_bmap, sc->rvp_cnt); in run_vap_delete()
2177 uint8_t bid = 1 << rvp->rvp_id; in run_newstate()
2402 base = RT2860_SKEY(RUN_VAP(vap)->rvp_id, k->wk_keyix); in run_key_set_cb()
5081 run_write_region_1(sc, RT2860_BCN_BASE(rvp->rvp_id), (uint8_t *)&txwi, in run_update_beacon_cb()
5083 run_write_region_1(sc, RT2860_BCN_BASE(rvp->rvp_id) + txwisize, in run_update_beacon_cb()
5207 RUN_VAP(vap)->rvp_id, ic->ic_opmode); in run_enable_tsf_sync()