Searched refs:S_FW_ERROR (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/iwlegacy/
H A Dcommon.c358 if (test_bit(S_FW_ERROR, &il->status)) {
1283 test_bit(S_FW_ERROR, &il->status) ||
4164 set_bit(S_FW_ERROR, &il->status);
4707 set_bit(S_FW_ERROR, &il->status);
H A D3945-mac.c2303 test_bit(S_FW_ERROR, &il->status) << S_FW_ERROR |
2690 if (test_and_clear_bit(S_FW_ERROR, &il->status)) {
H A Ddebug.c666 scnprintf(buf + pos, bufsz - pos, "S_FW_ERROR:\t %d\n",
667 test_bit(S_FW_ERROR, &il->status));
H A D4965-mac.c5442 test_bit(S_FW_ERROR, &il->status) << S_FW_ERROR |
5697 if (test_and_clear_bit(S_FW_ERROR, &il->status)) {
H A Dcommon.h1889 #define S_FW_ERROR 17 macro

Completed in 56 milliseconds