Searched refs:S_HCMD_ACTIVE (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c305 set_bit(S_HCMD_ACTIVE, &il->status);
318 !test_bit(S_HCMD_ACTIVE, &il->status),
321 if (test_bit(S_HCMD_ACTIVE, &il->status)) {
326 clear_bit(S_HCMD_ACTIVE, &il->status);
3318 clear_bit(S_HCMD_ACTIVE, &il->status);
4151 clear_bit(S_HCMD_ACTIVE, &il->status);
H A Ddebug.c586 scnprintf(buf + pos, bufsz - pos, "S_HCMD_ACTIVE:\t %d\n",
587 test_bit(S_HCMD_ACTIVE, &il->status));
H A Dcommon.h1857 #define S_HCMD_ACTIVE 0 /* host command in progress */ macro

Completed in 131 milliseconds