Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/realtek/rtw88/
Dcoex.c124 if (efuse->share_ant || ant_distance <= 5 || !coex_stat->wl_gl_busy) in rtw_coex_freerun_check()
229 if (coex_stat->wl_connected && coex_stat->wl_gl_busy && in rtw_coex_wl_ccklock_detect()
269 if (!coex_stat->wl_gl_busy && !wl_cck_lock) { in rtw_coex_wl_noisy_detect()
544 if (wl_busy != coex_stat->wl_gl_busy) { in rtw_coex_update_wl_link_info()
546 coex_stat->wl_gl_busy = true; in rtw_coex_update_wl_link_info()
576 coex_stat->wl_hi_pri_task2 || coex_stat->wl_gl_busy) in rtw_coex_update_wl_link_info()
1660 if (coex_stat->wl_gl_busy) { in rtw_coex_action_bt_relink()
1674 if (coex_stat->wl_gl_busy) in rtw_coex_action_bt_relink()
1702 coex_stat->wl_gl_busy) { in rtw_coex_action_bt_idle()
1720 if (!coex_stat->wl_gl_busy) { in rtw_coex_action_bt_idle()
[all …]
Dmain.h1430 bool wl_gl_busy; member