Searched refs:isfw_read (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | fw.c | 197 bool isfw_read = false; in _rtl92ee_fill_h2c_command() local 274 isfw_read = false; in _rtl92ee_fill_h2c_command() 278 isfw_read = true; in _rtl92ee_fill_h2c_command() 285 if (isfw_read) { in _rtl92ee_fill_h2c_command() 287 isfw_read = _rtl92ee_check_fw_read_last_h2c(hw, boxnum); in _rtl92ee_fill_h2c_command() 288 while (!isfw_read) { in _rtl92ee_fill_h2c_command() 297 isfw_read = in _rtl92ee_fill_h2c_command() 309 if (!isfw_read) { in _rtl92ee_fill_h2c_command()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | fw.c | 58 bool isfw_read = false; in _rtl8723e_fill_h2c_command() local 130 isfw_read = _rtl8723e_check_fw_read_last_h2c(hw, boxnum); in _rtl8723e_fill_h2c_command() 131 while (!isfw_read) { in _rtl8723e_fill_h2c_command() 143 isfw_read = _rtl8723e_check_fw_read_last_h2c(hw, in _rtl8723e_fill_h2c_command() 151 if (!isfw_read) { in _rtl8723e_fill_h2c_command()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | fw.c | 56 bool isfw_read = false; in _rtl8723be_fill_h2c_command() local 128 isfw_read = _rtl8723be_check_fw_read_last_h2c(hw, boxnum); in _rtl8723be_fill_h2c_command() 129 while (!isfw_read) { in _rtl8723be_fill_h2c_command() 140 isfw_read = _rtl8723be_check_fw_read_last_h2c(hw, in _rtl8723be_fill_h2c_command() 148 if (!isfw_read) { in _rtl8723be_fill_h2c_command()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | fw.c | 264 bool isfw_read = false; in _rtl8821ae_fill_h2c_command() local 330 isfw_read = false; in _rtl8821ae_fill_h2c_command() 334 isfw_read = true; in _rtl8821ae_fill_h2c_command() 341 if (isfw_read) { in _rtl8821ae_fill_h2c_command() 343 isfw_read = in _rtl8821ae_fill_h2c_command() 345 while (!isfw_read) { in _rtl8821ae_fill_h2c_command() 357 isfw_read = in _rtl8821ae_fill_h2c_command() 366 if (!isfw_read) { in _rtl8821ae_fill_h2c_command()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | fw.c | 196 bool isfw_read = false; in _rtl88e_fill_h2c_command() local 267 isfw_read = _rtl88e_check_fw_read_last_h2c(hw, boxnum); in _rtl88e_fill_h2c_command() 268 while (!isfw_read) { in _rtl88e_fill_h2c_command() 279 isfw_read = _rtl88e_check_fw_read_last_h2c(hw, boxnum); in _rtl88e_fill_h2c_command() 286 if (!isfw_read) { in _rtl88e_fill_h2c_command()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | fw.c | 300 bool isfw_read = false; in _rtl92d_fill_h2c_command() local 374 isfw_read = _rtl92d_check_fw_read_last_h2c(hw, boxnum); in _rtl92d_fill_h2c_command() 375 while (!isfw_read) { in _rtl92d_fill_h2c_command() 384 isfw_read = _rtl92d_check_fw_read_last_h2c(hw, boxnum); in _rtl92d_fill_h2c_command() 390 if (!isfw_read) { in _rtl92d_fill_h2c_command()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
D | fw_common.c | 213 bool isfw_read = false; in _rtl92c_fill_h2c_command() local 284 isfw_read = _rtl92c_check_fw_read_last_h2c(hw, boxnum); in _rtl92c_fill_h2c_command() 285 while (!isfw_read) { in _rtl92c_fill_h2c_command() 296 isfw_read = _rtl92c_check_fw_read_last_h2c(hw, boxnum); in _rtl92c_fill_h2c_command() 303 if (!isfw_read) { in _rtl92c_fill_h2c_command()
|
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/ |
D | fw.c | 43 bool isfw_read; in _rtl8822be_fill_h2c_command() local 127 isfw_read = _rtl8822be_check_fw_read_last_h2c(hw, boxnum); in _rtl8822be_fill_h2c_command() 128 while (!isfw_read) { in _rtl8822be_fill_h2c_command() 137 isfw_read = in _rtl8822be_fill_h2c_command() 148 if (!isfw_read) { in _rtl8822be_fill_h2c_command()
|