Searched refs:DPC_RESET_HA (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/scsi/qla4xxx/ |
| A D | ql4_isr.c | 131 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_status_entry() 578 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_process_response_queue() 716 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_isr_decode_mailbox() 731 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_isr_decode_mailbox() 805 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_isr_decode_mailbox() 1186 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_intr_handler()
|
| A D | ql4_bsg.c | 461 if (test_bit(DPC_RESET_HA, &ha->dpc_flags)) { in ql4xxx_execute_diag_cmd() 641 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4_83xx_post_loopback_config() 675 if (test_bit(DPC_RESET_HA, &ha->dpc_flags)) { in qla4xxx_execute_diag_loopback_cmd()
|
| A D | ql4_os.c | 4412 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4_8xxx_process_fw_error() 4468 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4_8xxx_watchdog() 4573 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_timer() 4870 if (test_bit(DPC_RESET_HA, &ha->dpc_flags)) in qla4xxx_recover_adapter() 4898 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_recover_adapter() 4959 clear_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_recover_adapter() 4988 clear_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_recover_adapter() 5030 clear_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_recover_adapter() 5388 clear_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_do_dpc() 9461 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_eh_host_reset() [all …]
|
| A D | ql4_def.h | 577 #define DPC_RESET_HA 1 /* 0x00000002 */ macro 1037 test_bit(DPC_RESET_HA, &ha->dpc_flags) || in ql4xxx_reset_active()
|
| A D | ql4_mbx.c | 218 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_mailbox_command()
|
| A D | ql4_nx.c | 1029 if (test_bit(DPC_RESET_HA, &ha->dpc_flags)) in qla4_82xx_pinit_from_rom()
|
Completed in 35 milliseconds