Searched refs:DPC_RESET_ACTIVE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_os.c506 test_bit(DPC_RESET_ACTIVE, &ha->dpc_flags) ||
712 if (!test_bit(DPC_RESET_ACTIVE, &ha->dpc_flags)) {
1076 set_bit(DPC_RESET_ACTIVE, &ha->dpc_flags);
1196 clear_bit(DPC_RESET_ACTIVE, &ha->dpc_flags);
1263 if (!test_bit(DPC_RESET_ACTIVE, &ha->dpc_flags) &&
2302 set_bit(DPC_RESET_ACTIVE, &ha->dpc_flags);
2390 clear_bit(DPC_RESET_ACTIVE, &ha->dpc_flags);
H A Dql4_def.h416 #define DPC_RESET_ACTIVE 20 /* 0x00040000 */ macro

Completed in 133 milliseconds