Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dcoex.c5708 u8 cnt_2g = 0, cnt_5g = 0, phy; in _update_wl_info() local
5763 if (cnt_2g <= ARRAY_SIZE(wl_2g_ch) - 1) in _update_wl_info()
5764 wl_2g_ch[cnt_2g] = wl_linfo[i].ch; in _update_wl_info()
5765 cnt_2g++; in _update_wl_info()
5859 u8 cnt_2g = 0, cnt_5g = 0, phy; in _update_wl_info_v1() local
5913 if (cnt_2g <= ARRAY_SIZE(wl_2g_ch) - 1) in _update_wl_info_v1()
5914 wl_2g_ch[cnt_2g] = wl_linfo[i].ch; in _update_wl_info_v1()
5915 cnt_2g++; in _update_wl_info_v1()
6009 u8 cnt_2g = 0, cnt_5g = 0, phy; in _update_wl_info_v2() local
6063 if (cnt_2g <= ARRAY_SIZE(wl_2g_ch) - 1) in _update_wl_info_v2()
[all …]