Home
last modified time | relevance | path

Searched refs:DPC_RESET_HA (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/qla4xxx/
Dql4_isr.c37 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_status_entry()
381 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_process_response_queue()
431 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_isr_decode_mailbox()
442 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_isr_decode_mailbox()
486 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_isr_decode_mailbox()
669 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_intr_handler()
Dql4_os.c658 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_timer()
664 test_bit(DPC_RESET_HA, &ha->dpc_flags) || in qla4xxx_timer()
937 (test_bit(DPC_RESET_HA, &ha->dpc_flags))) { in qla4xxx_recover_adapter()
966 clear_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_recover_adapter()
973 clear_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_recover_adapter()
1015 test_bit(DPC_RESET_HA, &ha->dpc_flags) || in qla4xxx_do_dpc()
1019 test_bit(DPC_RESET_HA, &ha->dpc_flags)) in qla4xxx_do_dpc()
1070 if (test_bit(DPC_RESET_HA, &ha->dpc_flags)) { in qla4xxx_do_dpc()
Dql4_def.h292 #define DPC_RESET_HA 1 /* 0x00000002 */ macro
Dql4_mbx.c130 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_mailbox_command()