Searched refs:S_CT_KILL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.h | 1860 #define S_CT_KILL 4 macro 1906 return test_bit(S_CT_KILL, &il->status); in il_is_ctkill()
|
H A D | debug.c | 595 scnprintf(buf + pos, bufsz - pos, "S_CT_KILL:\t\t %d\n", in il_dbgfs_status_read() 596 test_bit(S_CT_KILL, &il->status)); in il_dbgfs_status_read()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.h | 1861 #define S_CT_KILL 4 macro 1907 return test_bit(S_CT_KILL, &il->status); in il_is_ctkill()
|
H A D | debug.c | 595 scnprintf(buf + pos, bufsz - pos, "S_CT_KILL:\t\t %d\n", in il_dbgfs_status_read() 596 test_bit(S_CT_KILL, &il->status)); in il_dbgfs_status_read()
|
Completed in 16 milliseconds