Home
last modified time | relevance | path

Searched refs:wl_linfo (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhal_btc.c357 struct btc_wl_link_info *wl_linfo = wl->link_info; in _reset_btc_var() local
377 hal_mem_set(h, wl_linfo[i].rssi_state, 0, in _reset_btc_var()
496 struct btc_wl_link_info *wl_linfo = wl->link_info; in _update_wl_info() local
516 if (!wl_linfo[i].active || wl_linfo[i].phy >= HW_PHY_MAX) in _update_wl_info()
521 active_role->role = wl_linfo[i].role; in _update_wl_info()
522 active_role->pid = wl_linfo[i].pid; in _update_wl_info()
523 active_role->phy = wl_linfo[i].phy; in _update_wl_info()
524 active_role->band = wl_linfo[i].chdef.band; in _update_wl_info()
525 active_role->noa = (u8)wl_linfo[i].noa; in _update_wl_info()
526 active_role->noa_duration = wl_linfo[i].noa_duration/1000; in _update_wl_info()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhal_btc.c357 struct btc_wl_link_info *wl_linfo = wl->link_info; in _reset_btc_var() local
377 hal_mem_set(h, wl_linfo[i].rssi_state, 0, in _reset_btc_var()
496 struct btc_wl_link_info *wl_linfo = wl->link_info; in _update_wl_info() local
516 if (!wl_linfo[i].active || wl_linfo[i].phy >= HW_PHY_MAX) in _update_wl_info()
521 active_role->role = wl_linfo[i].role; in _update_wl_info()
522 active_role->pid = wl_linfo[i].pid; in _update_wl_info()
523 active_role->phy = wl_linfo[i].phy; in _update_wl_info()
524 active_role->band = wl_linfo[i].chdef.band; in _update_wl_info()
525 active_role->noa = (u8)wl_linfo[i].noa; in _update_wl_info()
526 active_role->noa_duration = wl_linfo[i].noa_duration/1000; in _update_wl_info()
[all …]