Searched refs:isfw_read (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | fw.c | 275 bool isfw_read = false; in _rtl92ee_fill_h2c_command() local 352 isfw_read = false; in _rtl92ee_fill_h2c_command() 356 isfw_read = true; in _rtl92ee_fill_h2c_command() 363 if (isfw_read) { in _rtl92ee_fill_h2c_command() 365 isfw_read = _rtl92ee_check_fw_read_last_h2c(hw, boxnum); in _rtl92ee_fill_h2c_command() 366 while (!isfw_read) { in _rtl92ee_fill_h2c_command() 375 isfw_read = in _rtl92ee_fill_h2c_command() 387 if (!isfw_read) { in _rtl92ee_fill_h2c_command()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | fw.c | 58 bool isfw_read = false; in _rtl8723e_fill_h2c_command() local 131 isfw_read = _rtl8723e_check_fw_read_last_h2c(hw, boxnum); in _rtl8723e_fill_h2c_command() 132 while (!isfw_read) { in _rtl8723e_fill_h2c_command() 144 isfw_read = _rtl8723e_check_fw_read_last_h2c(hw, in _rtl8723e_fill_h2c_command() 152 if (!isfw_read) { in _rtl8723e_fill_h2c_command()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | fw.c | 56 bool isfw_read = false; in _rtl8723be_fill_h2c_command() local 129 isfw_read = _rtl8723be_check_fw_read_last_h2c(hw, boxnum); in _rtl8723be_fill_h2c_command() 130 while (!isfw_read) { in _rtl8723be_fill_h2c_command() 141 isfw_read = _rtl8723be_check_fw_read_last_h2c(hw, in _rtl8723be_fill_h2c_command() 149 if (!isfw_read) { in _rtl8723be_fill_h2c_command()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | fw.c | 268 bool isfw_read = false; in _rtl88e_fill_h2c_command() local 340 isfw_read = _rtl88e_check_fw_read_last_h2c(hw, boxnum); in _rtl88e_fill_h2c_command() 341 while (!isfw_read) { in _rtl88e_fill_h2c_command() 352 isfw_read = _rtl88e_check_fw_read_last_h2c(hw, boxnum); in _rtl88e_fill_h2c_command() 359 if (!isfw_read) { in _rtl88e_fill_h2c_command()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | fw.c | 333 bool isfw_read = false; in _rtl8821ae_fill_h2c_command() local 399 isfw_read = false; in _rtl8821ae_fill_h2c_command() 403 isfw_read = true; in _rtl8821ae_fill_h2c_command() 410 if (isfw_read) { in _rtl8821ae_fill_h2c_command() 412 isfw_read = in _rtl8821ae_fill_h2c_command() 414 while (!isfw_read) { in _rtl8821ae_fill_h2c_command() 426 isfw_read = in _rtl8821ae_fill_h2c_command() 435 if (!isfw_read) { in _rtl8821ae_fill_h2c_command()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | fw.c | 366 bool isfw_read = false; in _rtl92d_fill_h2c_command() local 441 isfw_read = _rtl92d_check_fw_read_last_h2c(hw, boxnum); in _rtl92d_fill_h2c_command() 442 while (!isfw_read) { in _rtl92d_fill_h2c_command() 451 isfw_read = _rtl92d_check_fw_read_last_h2c(hw, boxnum); in _rtl92d_fill_h2c_command() 457 if (!isfw_read) { in _rtl92d_fill_h2c_command()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
D | fw_common.c | 287 bool isfw_read = false; in _rtl92c_fill_h2c_command() local 359 isfw_read = _rtl92c_check_fw_read_last_h2c(hw, boxnum); in _rtl92c_fill_h2c_command() 360 while (!isfw_read) { in _rtl92c_fill_h2c_command() 371 isfw_read = _rtl92c_check_fw_read_last_h2c(hw, boxnum); in _rtl92c_fill_h2c_command() 378 if (!isfw_read) { in _rtl92c_fill_h2c_command()
|