Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dfw.c50 if (rtlhal->h2c_setinprogress) { in _rtl8723e_fill_h2c_command()
55 while (rtlhal->h2c_setinprogress) { in _rtl8723e_fill_h2c_command()
71 rtlhal->h2c_setinprogress = true; in _rtl8723e_fill_h2c_command()
226 rtlhal->h2c_setinprogress = false; in _rtl8723e_fill_h2c_command()
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dfw.c48 if (rtlhal->h2c_setinprogress) { in _rtl8723be_fill_h2c_command()
53 while (rtlhal->h2c_setinprogress) { in _rtl8723be_fill_h2c_command()
69 rtlhal->h2c_setinprogress = true; in _rtl8723be_fill_h2c_command()
191 rtlhal->h2c_setinprogress = false; in _rtl8723be_fill_h2c_command()
/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dfw.c296 if (rtlhal->h2c_setinprogress) { in _rtl92d_fill_h2c_command()
301 while (rtlhal->h2c_setinprogress) { in _rtl92d_fill_h2c_command()
318 rtlhal->h2c_setinprogress = true; in _rtl92d_fill_h2c_command()
438 rtlhal->h2c_setinprogress = false; in _rtl92d_fill_h2c_command()
/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dfw.c188 if (rtlhal->h2c_setinprogress) { in _rtl88e_fill_h2c_command()
193 while (rtlhal->h2c_setinprogress) { in _rtl88e_fill_h2c_command()
209 rtlhal->h2c_setinprogress = true; in _rtl88e_fill_h2c_command()
329 rtlhal->h2c_setinprogress = false; in _rtl88e_fill_h2c_command()
/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Dfw_common.c205 if (rtlhal->h2c_setinprogress) { in _rtl92c_fill_h2c_command()
209 while (rtlhal->h2c_setinprogress) { in _rtl92c_fill_h2c_command()
225 rtlhal->h2c_setinprogress = true; in _rtl92c_fill_h2c_command()
378 rtlhal->h2c_setinprogress = false; in _rtl92c_fill_h2c_command()
/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dfw.c195 if (rtlhal->h2c_setinprogress) { in _rtl92ee_fill_h2c_command()
200 while (rtlhal->h2c_setinprogress) { in _rtl92ee_fill_h2c_command()
216 rtlhal->h2c_setinprogress = true; in _rtl92ee_fill_h2c_command()
349 rtlhal->h2c_setinprogress = false; in _rtl92ee_fill_h2c_command()
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dfw.c256 if (rtlhal->h2c_setinprogress) { in _rtl8821ae_fill_h2c_command()
261 while (rtlhal->h2c_setinprogress) { in _rtl8821ae_fill_h2c_command()
277 rtlhal->h2c_setinprogress = true; in _rtl8821ae_fill_h2c_command()
409 rtlhal->h2c_setinprogress = false; in _rtl8821ae_fill_h2c_command()
/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h1648 bool h2c_setinprogress; member