Searched refs:S_FW_ERROR (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.c | 340 if (test_bit(S_FW_ERROR, &il->status)) { in il_send_cmd_sync() 1266 test_bit(S_FW_ERROR, &il->status) || in il_send_scan_abort() 4128 set_bit(S_FW_ERROR, &il->status); in il_irq_handle_error() 4673 set_bit(S_FW_ERROR, &il->status); in il_force_reset()
|
H A D | debug.c | 631 scnprintf(buf + pos, bufsz - pos, "S_FW_ERROR:\t %d\n", in il_dbgfs_status_read() 632 test_bit(S_FW_ERROR, &il->status)); in il_dbgfs_status_read()
|
H A D | 4965-mac.c | 5411 test_bit(S_FW_ERROR, &il->status) << S_FW_ERROR | in __il4965_down() 5669 if (test_and_clear_bit(S_FW_ERROR, &il->status)) { in il4965_bg_restart()
|
H A D | common.h | 1884 #define S_FW_ERROR 17 macro
|