Searched refs:S_FW_ERROR (Results 1 – 5 of 5) sorted by relevance
2304 test_bit(S_FW_ERROR, &il->status) << S_FW_ERROR | in __il3945_down()2691 if (test_and_clear_bit(S_FW_ERROR, &il->status)) { in il3945_bg_restart()
358 if (test_bit(S_FW_ERROR, &il->status)) { in il_send_cmd_sync()1283 test_bit(S_FW_ERROR, &il->status) || in il_send_scan_abort()4164 set_bit(S_FW_ERROR, &il->status); in il_irq_handle_error()4707 set_bit(S_FW_ERROR, &il->status); in il_force_reset()
663 test_bit(S_FW_ERROR, &il->status)); in il_dbgfs_status_read()
5443 test_bit(S_FW_ERROR, &il->status) << S_FW_ERROR | in __il4965_down()5698 if (test_and_clear_bit(S_FW_ERROR, &il->status)) { in il4965_bg_restart()
1889 #define S_FW_ERROR 17 macro