Searched refs:isfw_read (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | fw.c | 172 bool isfw_read = false; in _rtl92ee_fill_h2c_command() local 249 isfw_read = false; in _rtl92ee_fill_h2c_command() 253 isfw_read = true; in _rtl92ee_fill_h2c_command() 260 if (isfw_read) { in _rtl92ee_fill_h2c_command() 262 isfw_read = _rtl92ee_check_fw_read_last_h2c(hw, boxnum); in _rtl92ee_fill_h2c_command() 263 while (!isfw_read) { in _rtl92ee_fill_h2c_command() 272 isfw_read = in _rtl92ee_fill_h2c_command() 284 if (!isfw_read) { in _rtl92ee_fill_h2c_command()
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | fw.c | 36 bool isfw_read = false; in _rtl8723e_fill_h2c_command() local 108 isfw_read = _rtl8723e_check_fw_read_last_h2c(hw, boxnum); in _rtl8723e_fill_h2c_command() 109 while (!isfw_read) { in _rtl8723e_fill_h2c_command() 121 isfw_read = _rtl8723e_check_fw_read_last_h2c(hw, in _rtl8723e_fill_h2c_command() 129 if (!isfw_read) { in _rtl8723e_fill_h2c_command()
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | fw.c | 34 bool isfw_read = false; in _rtl8723be_fill_h2c_command() local 106 isfw_read = _rtl8723be_check_fw_read_last_h2c(hw, boxnum); in _rtl8723be_fill_h2c_command() 107 while (!isfw_read) { in _rtl8723be_fill_h2c_command() 118 isfw_read = _rtl8723be_check_fw_read_last_h2c(hw, in _rtl8723be_fill_h2c_command() 126 if (!isfw_read) { in _rtl8723be_fill_h2c_command()
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | fw.c | 242 bool isfw_read = false; in _rtl8821ae_fill_h2c_command() local 308 isfw_read = false; in _rtl8821ae_fill_h2c_command() 312 isfw_read = true; in _rtl8821ae_fill_h2c_command() 319 if (isfw_read) { in _rtl8821ae_fill_h2c_command() 321 isfw_read = in _rtl8821ae_fill_h2c_command() 323 while (!isfw_read) { in _rtl8821ae_fill_h2c_command() 335 isfw_read = in _rtl8821ae_fill_h2c_command() 344 if (!isfw_read) { in _rtl8821ae_fill_h2c_command()
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | fw.c | 278 bool isfw_read = false; in _rtl92d_fill_h2c_command() local 352 isfw_read = _rtl92d_check_fw_read_last_h2c(hw, boxnum); in _rtl92d_fill_h2c_command() 353 while (!isfw_read) { in _rtl92d_fill_h2c_command() 362 isfw_read = _rtl92d_check_fw_read_last_h2c(hw, boxnum); in _rtl92d_fill_h2c_command() 368 if (!isfw_read) { in _rtl92d_fill_h2c_command()
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | fw.c | 174 bool isfw_read = false; in _rtl88e_fill_h2c_command() local 245 isfw_read = _rtl88e_check_fw_read_last_h2c(hw, boxnum); in _rtl88e_fill_h2c_command() 246 while (!isfw_read) { in _rtl88e_fill_h2c_command() 257 isfw_read = _rtl88e_check_fw_read_last_h2c(hw, boxnum); in _rtl88e_fill_h2c_command() 264 if (!isfw_read) { in _rtl88e_fill_h2c_command()
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
D | fw_common.c | 191 bool isfw_read = false; in _rtl92c_fill_h2c_command() local 262 isfw_read = _rtl92c_check_fw_read_last_h2c(hw, boxnum); in _rtl92c_fill_h2c_command() 263 while (!isfw_read) { in _rtl92c_fill_h2c_command() 274 isfw_read = _rtl92c_check_fw_read_last_h2c(hw, boxnum); in _rtl92c_fill_h2c_command() 281 if (!isfw_read) { in _rtl92c_fill_h2c_command()
|