Home
last modified time | relevance | path

Searched refs:DPC_RESET_HA_DESTROY_DDB_LIST (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/qla4xxx/
Dql4_os.c667 test_bit(DPC_RESET_HA_DESTROY_DDB_LIST, &ha->dpc_flags) || in qla4xxx_timer()
967 clear_bit(DPC_RESET_HA_DESTROY_DDB_LIST, in qla4xxx_recover_adapter()
974 clear_bit(DPC_RESET_HA_DESTROY_DDB_LIST, &ha->dpc_flags); in qla4xxx_recover_adapter()
1017 test_bit(DPC_RESET_HA_DESTROY_DDB_LIST, &ha->dpc_flags)) { in qla4xxx_do_dpc()
1018 if (test_bit(DPC_RESET_HA_DESTROY_DDB_LIST, &ha->dpc_flags) || in qla4xxx_do_dpc()
Dql4_def.h295 #define DPC_RESET_HA_DESTROY_DDB_LIST 4 /* 0x00000010 */ macro