Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dphy.c835 if (!rtlphy->sw_chnl_inprogress) in rtl8723e_phy_sw_chnl_callback()
845 rtlphy->sw_chnl_inprogress = false; in rtl8723e_phy_sw_chnl_callback()
858 if (rtlphy->sw_chnl_inprogress) in rtl8723e_phy_sw_chnl()
864 rtlphy->sw_chnl_inprogress = true; in rtl8723e_phy_sw_chnl()
871 rtlphy->sw_chnl_inprogress = false; in rtl8723e_phy_sw_chnl()
875 rtlphy->sw_chnl_inprogress = false; in rtl8723e_phy_sw_chnl()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Dphy_common.c698 if (!rtlphy->sw_chnl_inprogress) in rtl92c_phy_sw_chnl_callback()
708 rtlphy->sw_chnl_inprogress = false; in rtl92c_phy_sw_chnl_callback()
722 if (rtlphy->sw_chnl_inprogress) in rtl92c_phy_sw_chnl()
728 rtlphy->sw_chnl_inprogress = true; in rtl92c_phy_sw_chnl()
735 rtlphy->sw_chnl_inprogress = false; in rtl92c_phy_sw_chnl()
739 rtlphy->sw_chnl_inprogress = false; in rtl92c_phy_sw_chnl()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dphy.c440 if (rtlphy->sw_chnl_inprogress) in rtl92s_phy_sw_chnl()
449 rtlphy->sw_chnl_inprogress = true; in rtl92s_phy_sw_chnl()
454 if (!rtlphy->sw_chnl_inprogress) in rtl92s_phy_sw_chnl()
467 rtlphy->sw_chnl_inprogress = false; in rtl92s_phy_sw_chnl()
472 rtlphy->sw_chnl_inprogress = false; in rtl92s_phy_sw_chnl()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c1285 if (!rtlphy->sw_chnl_inprogress) in rtl8723be_phy_sw_chnl_callback()
1297 rtlphy->sw_chnl_inprogress = false; in rtl8723be_phy_sw_chnl_callback()
1310 if (rtlphy->sw_chnl_inprogress) in rtl8723be_phy_sw_chnl()
1316 rtlphy->sw_chnl_inprogress = true; in rtl8723be_phy_sw_chnl()
1324 rtlphy->sw_chnl_inprogress = false; in rtl8723be_phy_sw_chnl()
1328 rtlphy->sw_chnl_inprogress = false; in rtl8723be_phy_sw_chnl()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c1184 if (!rtlphy->sw_chnl_inprogress) in rtl88e_phy_sw_chnl_callback()
1194 rtlphy->sw_chnl_inprogress = false; in rtl88e_phy_sw_chnl_callback()
1207 if (rtlphy->sw_chnl_inprogress) in rtl88e_phy_sw_chnl()
1213 rtlphy->sw_chnl_inprogress = true; in rtl88e_phy_sw_chnl()
1221 rtlphy->sw_chnl_inprogress = false; in rtl88e_phy_sw_chnl()
1225 rtlphy->sw_chnl_inprogress = false; in rtl88e_phy_sw_chnl()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c1764 if (!rtlphy->sw_chnl_inprogress) in rtl92ee_phy_sw_chnl_callback()
1774 rtlphy->sw_chnl_inprogress = false; in rtl92ee_phy_sw_chnl_callback()
1787 if (rtlphy->sw_chnl_inprogress) in rtl92ee_phy_sw_chnl()
1793 rtlphy->sw_chnl_inprogress = true; in rtl92ee_phy_sw_chnl()
1801 rtlphy->sw_chnl_inprogress = false; in rtl92ee_phy_sw_chnl()
1805 rtlphy->sw_chnl_inprogress = false; in rtl92ee_phy_sw_chnl()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c2843 if (rtlphy->sw_chnl_inprogress) in rtl92d_phy_sw_chnl()
2886 rtlphy->sw_chnl_inprogress = true; in rtl92d_phy_sw_chnl()
2895 if (!rtlphy->sw_chnl_inprogress) in rtl92d_phy_sw_chnl()
2905 rtlphy->sw_chnl_inprogress = false; in rtl92d_phy_sw_chnl()
2910 rtlphy->sw_chnl_inprogress = false; in rtl92d_phy_sw_chnl()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c3576 if (rtlphy->sw_chnl_inprogress) in rtl8821ae_phy_sw_chnl()
3596 rtlphy->sw_chnl_inprogress = true; in rtl8821ae_phy_sw_chnl()
3610 rtlphy->sw_chnl_inprogress = false; in rtl8821ae_phy_sw_chnl()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h1324 u8 sw_chnl_inprogress; member