Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dfw.c72 if (rtlhal->h2c_setinprogress) { in _rtl8723e_fill_h2c_command()
77 while (rtlhal->h2c_setinprogress) { in _rtl8723e_fill_h2c_command()
93 rtlhal->h2c_setinprogress = true; in _rtl8723e_fill_h2c_command()
249 rtlhal->h2c_setinprogress = false; in _rtl8723e_fill_h2c_command()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dfw.c70 if (rtlhal->h2c_setinprogress) { in _rtl8723be_fill_h2c_command()
75 while (rtlhal->h2c_setinprogress) { in _rtl8723be_fill_h2c_command()
91 rtlhal->h2c_setinprogress = true; in _rtl8723be_fill_h2c_command()
214 rtlhal->h2c_setinprogress = false; in _rtl8723be_fill_h2c_command()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dfw.c282 if (rtlhal->h2c_setinprogress) { in _rtl88e_fill_h2c_command()
287 while (rtlhal->h2c_setinprogress) { in _rtl88e_fill_h2c_command()
303 rtlhal->h2c_setinprogress = true; in _rtl88e_fill_h2c_command()
424 rtlhal->h2c_setinprogress = false; in _rtl88e_fill_h2c_command()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dfw.c298 if (rtlhal->h2c_setinprogress) { in _rtl92ee_fill_h2c_command()
303 while (rtlhal->h2c_setinprogress) { in _rtl92ee_fill_h2c_command()
319 rtlhal->h2c_setinprogress = true; in _rtl92ee_fill_h2c_command()
452 rtlhal->h2c_setinprogress = false; in _rtl92ee_fill_h2c_command()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dfw.c384 if (rtlhal->h2c_setinprogress) { in _rtl92d_fill_h2c_command()
389 while (rtlhal->h2c_setinprogress) { in _rtl92d_fill_h2c_command()
406 rtlhal->h2c_setinprogress = true; in _rtl92d_fill_h2c_command()
527 rtlhal->h2c_setinprogress = false; in _rtl92d_fill_h2c_command()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Dfw_common.c301 if (rtlhal->h2c_setinprogress) { in _rtl92c_fill_h2c_command()
305 while (rtlhal->h2c_setinprogress) { in _rtl92c_fill_h2c_command()
321 rtlhal->h2c_setinprogress = true; in _rtl92c_fill_h2c_command()
475 rtlhal->h2c_setinprogress = false; in _rtl92c_fill_h2c_command()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dfw.c347 if (rtlhal->h2c_setinprogress) { in _rtl8821ae_fill_h2c_command()
352 while (rtlhal->h2c_setinprogress) { in _rtl8821ae_fill_h2c_command()
368 rtlhal->h2c_setinprogress = true; in _rtl8821ae_fill_h2c_command()
500 rtlhal->h2c_setinprogress = false; in _rtl8821ae_fill_h2c_command()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h1536 bool h2c_setinprogress; member