Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dfw.c197 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/
Dfw.c58 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/
Dfw.c56 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/
Dfw.c264 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/
Dfw.c196 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/
Dfw.c300 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/
Dfw_common.c213 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/
Dfw.c43 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()