Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/rtlwifi/rtl8192se/
Dphy.c465 if (rtlphy->sw_chnl_inprogress) in rtl92s_phy_sw_chnl()
474 rtlphy->sw_chnl_inprogress = true; in rtl92s_phy_sw_chnl()
479 if (!rtlphy->sw_chnl_inprogress) in rtl92s_phy_sw_chnl()
492 rtlphy->sw_chnl_inprogress = false; in rtl92s_phy_sw_chnl()
497 rtlphy->sw_chnl_inprogress = false; in rtl92s_phy_sw_chnl()
/linux-3.4.99/drivers/net/wireless/rtlwifi/rtl8192c/
Dphy_common.c680 if (!rtlphy->sw_chnl_inprogress) in rtl92c_phy_sw_chnl_callback()
690 rtlphy->sw_chnl_inprogress = false; in rtl92c_phy_sw_chnl_callback()
704 if (rtlphy->sw_chnl_inprogress) in rtl92c_phy_sw_chnl()
710 rtlphy->sw_chnl_inprogress = true; in rtl92c_phy_sw_chnl()
717 rtlphy->sw_chnl_inprogress = false; in rtl92c_phy_sw_chnl()
721 rtlphy->sw_chnl_inprogress = false; in rtl92c_phy_sw_chnl()
/linux-3.4.99/drivers/net/wireless/rtlwifi/rtl8192de/
Dphy.c2993 if (rtlphy->sw_chnl_inprogress) in rtl92d_phy_sw_chnl()
3036 rtlphy->sw_chnl_inprogress = true; in rtl92d_phy_sw_chnl()
3045 if (!rtlphy->sw_chnl_inprogress) in rtl92d_phy_sw_chnl()
3055 rtlphy->sw_chnl_inprogress = false; in rtl92d_phy_sw_chnl()
3060 rtlphy->sw_chnl_inprogress = false; in rtl92d_phy_sw_chnl()
/linux-3.4.99/drivers/net/wireless/rtlwifi/
Dwifi.h848 u8 sw_chnl_inprogress; member