Searched refs:S_FW_ERROR (Results 1 – 5 of 5) sorted by relevance
2277 test_bit(S_FW_ERROR, &il->status) << S_FW_ERROR | in __il3945_down()2662 if (test_and_clear_bit(S_FW_ERROR, &il->status)) { in il3945_bg_restart()
340 if (test_bit(S_FW_ERROR, &il->status)) { in il_send_cmd_sync()1263 test_bit(S_FW_ERROR, &il->status) || in il_send_scan_abort()4147 set_bit(S_FW_ERROR, &il->status); in il_irq_handle_error()4692 set_bit(S_FW_ERROR, &il->status); in il_force_reset()
632 test_bit(S_FW_ERROR, &il->status)); in il_dbgfs_status_read()
5414 test_bit(S_FW_ERROR, &il->status) << S_FW_ERROR | in __il4965_down()5672 if (test_and_clear_bit(S_FW_ERROR, &il->status)) { in il4965_bg_restart()
1873 #define S_FW_ERROR 17 macro