Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dphy.c830 if (!rtlphy->sw_chnl_inprogress) in rtl8723e_phy_sw_chnl_callback()
840 rtlphy->sw_chnl_inprogress = false; in rtl8723e_phy_sw_chnl_callback()
853 if (rtlphy->sw_chnl_inprogress) in rtl8723e_phy_sw_chnl()
859 rtlphy->sw_chnl_inprogress = true; in rtl8723e_phy_sw_chnl()
866 rtlphy->sw_chnl_inprogress = false; in rtl8723e_phy_sw_chnl()
870 rtlphy->sw_chnl_inprogress = false; in rtl8723e_phy_sw_chnl()
/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Dphy_common.c686 if (!rtlphy->sw_chnl_inprogress) in rtl92c_phy_sw_chnl_callback()
696 rtlphy->sw_chnl_inprogress = false; in rtl92c_phy_sw_chnl_callback()
710 if (rtlphy->sw_chnl_inprogress) in rtl92c_phy_sw_chnl()
716 rtlphy->sw_chnl_inprogress = true; in rtl92c_phy_sw_chnl()
723 rtlphy->sw_chnl_inprogress = false; in rtl92c_phy_sw_chnl()
727 rtlphy->sw_chnl_inprogress = false; in rtl92c_phy_sw_chnl()
/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dphy.c428 if (rtlphy->sw_chnl_inprogress) in rtl92s_phy_sw_chnl()
437 rtlphy->sw_chnl_inprogress = true; in rtl92s_phy_sw_chnl()
442 if (!rtlphy->sw_chnl_inprogress) in rtl92s_phy_sw_chnl()
455 rtlphy->sw_chnl_inprogress = false; in rtl92s_phy_sw_chnl()
460 rtlphy->sw_chnl_inprogress = false; in rtl92s_phy_sw_chnl()
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c1283 if (!rtlphy->sw_chnl_inprogress) in rtl8723be_phy_sw_chnl_callback()
1295 rtlphy->sw_chnl_inprogress = false; in rtl8723be_phy_sw_chnl_callback()
1308 if (rtlphy->sw_chnl_inprogress) in rtl8723be_phy_sw_chnl()
1314 rtlphy->sw_chnl_inprogress = true; in rtl8723be_phy_sw_chnl()
1322 rtlphy->sw_chnl_inprogress = false; in rtl8723be_phy_sw_chnl()
1326 rtlphy->sw_chnl_inprogress = false; in rtl8723be_phy_sw_chnl()
/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c1165 if (!rtlphy->sw_chnl_inprogress) in rtl88e_phy_sw_chnl_callback()
1175 rtlphy->sw_chnl_inprogress = false; in rtl88e_phy_sw_chnl_callback()
1188 if (rtlphy->sw_chnl_inprogress) in rtl88e_phy_sw_chnl()
1194 rtlphy->sw_chnl_inprogress = true; in rtl88e_phy_sw_chnl()
1202 rtlphy->sw_chnl_inprogress = false; in rtl88e_phy_sw_chnl()
1206 rtlphy->sw_chnl_inprogress = false; in rtl88e_phy_sw_chnl()
/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c1749 if (!rtlphy->sw_chnl_inprogress) in rtl92ee_phy_sw_chnl_callback()
1759 rtlphy->sw_chnl_inprogress = false; in rtl92ee_phy_sw_chnl_callback()
1772 if (rtlphy->sw_chnl_inprogress) in rtl92ee_phy_sw_chnl()
1778 rtlphy->sw_chnl_inprogress = true; in rtl92ee_phy_sw_chnl()
1786 rtlphy->sw_chnl_inprogress = false; in rtl92ee_phy_sw_chnl()
1790 rtlphy->sw_chnl_inprogress = false; in rtl92ee_phy_sw_chnl()
/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c2826 if (rtlphy->sw_chnl_inprogress) in rtl92d_phy_sw_chnl()
2869 rtlphy->sw_chnl_inprogress = true; in rtl92d_phy_sw_chnl()
2878 if (!rtlphy->sw_chnl_inprogress) in rtl92d_phy_sw_chnl()
2888 rtlphy->sw_chnl_inprogress = false; in rtl92d_phy_sw_chnl()
2893 rtlphy->sw_chnl_inprogress = false; in rtl92d_phy_sw_chnl()
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c3552 if (rtlphy->sw_chnl_inprogress) in rtl8821ae_phy_sw_chnl()
3572 rtlphy->sw_chnl_inprogress = true; in rtl8821ae_phy_sw_chnl()
3586 rtlphy->sw_chnl_inprogress = false; in rtl8821ae_phy_sw_chnl()
/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h1324 u8 sw_chnl_inprogress; member