Searched refs:DPC_RESET_HA_INTR (Results 1 - 3 of 3) 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.c505 if (test_bit(DPC_RESET_HA_INTR, &ha->dpc_flags) ||
845 test_bit(DPC_RESET_HA_INTR, &ha->dpc_flags) ||
1081 /* For the DPC_RESET_HA_INTR case (ISP-4xxx specific)
1083 if (test_bit(DPC_RESET_HA_INTR, &ha->dpc_flags)) {
1145 !test_bit(DPC_RESET_HA_INTR, &ha->dpc_flags)) {
1265 test_bit(DPC_RESET_HA_INTR, &ha->dpc_flags) ||
1271 clear_bit(DPC_RESET_HA_INTR, &ha->dpc_flags);
1279 if (test_bit(DPC_RESET_HA_INTR, &ha->dpc_flags)) {
1297 clear_bit(DPC_RESET_HA_INTR, &ha->dpc_flags);
H A Dql4_def.h411 #define DPC_RESET_HA_INTR 5 /* 0x00000020 */ macro
H A Dql4_isr.c790 set_bit(DPC_RESET_HA_INTR, &ha->dpc_flags);

Completed in 73 milliseconds