/drivers/scsi/qla4xxx/ |
D | ql4_os.c | 142 ha->host_no, __func__, ha->dpc_flags)); in qla4xxx_recovery_timedout() 444 if (test_bit(DPC_RESET_HA_INTR, &ha->dpc_flags)) in qla4xxx_queuecommand() 603 &ha->dpc_flags); in qla4xxx_timer() 658 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_timer() 664 test_bit(DPC_RESET_HA, &ha->dpc_flags) || in qla4xxx_timer() 665 test_bit(DPC_RETRY_RESET_HA, &ha->dpc_flags) || in qla4xxx_timer() 666 test_bit(DPC_RELOGIN_DEVICE, &ha->dpc_flags) || in qla4xxx_timer() 667 test_bit(DPC_RESET_HA_DESTROY_DDB_LIST, &ha->dpc_flags) || in qla4xxx_timer() 668 test_bit(DPC_RESET_HA_INTR, &ha->dpc_flags) || in qla4xxx_timer() 669 test_bit(DPC_GET_DHCP_IP_ADDR, &ha->dpc_flags) || in qla4xxx_timer() [all …]
|
D | ql4_isr.c | 37 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() 464 set_bit(DPC_GET_DHCP_IP_ADDR, &ha->dpc_flags); in qla4xxx_isr_decode_mailbox() 484 set_bit(DPC_GET_DHCP_IP_ADDR, &ha->dpc_flags); in qla4xxx_isr_decode_mailbox() 486 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_isr_decode_mailbox() 539 set_bit(DPC_AEN, &ha->dpc_flags); in qla4xxx_isr_decode_mailbox() 669 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_intr_handler() 681 set_bit(DPC_RESET_HA_INTR, &ha->dpc_flags); in qla4xxx_intr_handler()
|
D | ql4_init.c | 200 if (test_and_clear_bit(DPC_GET_DHCP_IP_ADDR, &ha->dpc_flags)) in qla4xxx_fw_ready() 700 if (test_and_clear_bit(DPC_AEN, &ha->dpc_flags)) { in qla4xxx_devices_ready() 741 if (test_and_clear_bit(DPC_AEN, &ha->dpc_flags)) in qla4xxx_flush_AENS() 781 if (test_and_clear_bit(DPC_AEN, &ha->dpc_flags)) in qla4xxx_initialize_ddb_list()
|
D | ql4_def.h | 290 unsigned long dpc_flags; member
|
D | ql4_mbx.c | 130 set_bit(DPC_RESET_HA, &ha->dpc_flags); in qla4xxx_mailbox_command()
|
/drivers/scsi/qla2xxx/ |
D | qla_mid.c | 240 if (!test_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags)) in qla2x00_vp_abort_isp() 260 set_bit(VP_DPC_NEEDED, &base_vha->dpc_flags); in qla2x00_do_dpc_vp() 266 if (test_bit(FCPORT_UPDATE_NEEDED, &vha->dpc_flags)) { in qla2x00_do_dpc_vp() 268 clear_bit(FCPORT_UPDATE_NEEDED, &vha->dpc_flags); in qla2x00_do_dpc_vp() 271 if ((test_and_clear_bit(RELOGIN_NEEDED, &vha->dpc_flags)) && in qla2x00_do_dpc_vp() 272 !test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags) && in qla2x00_do_dpc_vp() 283 if (test_and_clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags) && in qla2x00_do_dpc_vp() 284 (!(test_and_set_bit(RESET_ACTIVE, &vha->dpc_flags)))) { in qla2x00_do_dpc_vp() 285 clear_bit(RESET_ACTIVE, &vha->dpc_flags); in qla2x00_do_dpc_vp() 288 if (test_and_clear_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags)) { in qla2x00_do_dpc_vp() [all …]
|
D | qla_os.c | 623 while (((test_bit(ISP_ABORT_NEEDED, &base_vha->dpc_flags)) || in qla2x00_wait_for_hba_online() 624 test_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags) || in qla2x00_wait_for_hba_online() 625 test_bit(ISP_ABORT_RETRY, &base_vha->dpc_flags) || in qla2x00_wait_for_hba_online() 1068 set_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags); in qla2xxx_eh_host_reset() 1070 clear_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags); in qla2xxx_eh_host_reset() 1072 set_bit(ISP_ABORT_NEEDED, &base_vha->dpc_flags); in qla2xxx_eh_host_reset() 1077 clear_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags); in qla2xxx_eh_host_reset() 1692 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qla2xxx_scan_start() 1693 set_bit(LOCAL_LOOP_UPDATE, &vha->dpc_flags); in qla2xxx_scan_start() 1694 set_bit(RSCN_UPDATE, &vha->dpc_flags); in qla2xxx_scan_start() [all …]
|
D | qla_isr.c | 70 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags); in qla2100_intr_handler() 174 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags); in qla2300_intr_handler() 393 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_async_event() 410 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags); in qla2x00_async_event() 417 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags); in qla2x00_async_event() 425 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags); in qla2x00_async_event() 433 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags); in qla2x00_async_event() 457 set_bit(REGISTER_FC4_NEEDED, &vha->dpc_flags); in qla2x00_async_event() 458 set_bit(REGISTER_FDMI_NEEDED, &vha->dpc_flags); in qla2x00_async_event() 526 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags); in qla2x00_async_event() [all …]
|
D | qla_init.c | 70 vha->dpc_flags = 0; in qla2x00_initialize_adapter() 76 set_bit(REGISTER_FDMI_NEEDED, &vha->dpc_flags); in qla2x00_initialize_adapter() 1492 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags); in qla2x00_configure_hba() 2019 if (test_bit(LOCAL_LOOP_UPDATE, &vha->dpc_flags)) { in qla2x00_configure_loop() 2028 save_flags = flags = vha->dpc_flags; in qla2x00_configure_loop() 2036 clear_bit(LOCAL_LOOP_UPDATE, &vha->dpc_flags); in qla2x00_configure_loop() 2037 clear_bit(RSCN_UPDATE, &vha->dpc_flags); in qla2x00_configure_loop() 2065 if (test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags)) in qla2x00_configure_loop() 2080 test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags)) { in qla2x00_configure_loop() 2097 if (test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags)) { in qla2x00_configure_loop() [all …]
|
D | qla_attr.c | 145 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags); in qla2x00_sysfs_write_nvram() 612 test_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags) || in qla2x00_link_state_show() 613 test_bit(ISP_ABORT_NEEDED, &vha->dpc_flags)) in qla2x00_link_state_show() 681 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags); in qla2x00_zio_store() 740 if (test_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags)) { in qla2x00_beacon_store() 1084 !test_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags) && in qla2x00_get_fc_host_stats() 1085 !test_bit(ISP_ABORT_NEEDED, &base_vha->dpc_flags) && in qla2x00_get_fc_host_stats() 1130 set_bit(REGISTER_FDMI_NEEDED, &vha->dpc_flags); in qla2x00_set_host_system_hostname() 1257 while (test_bit(LOOP_RESYNC_ACTIVE, &vha->dpc_flags) || in qla24xx_vport_delete() 1258 test_bit(FCPORT_UPDATE_NEEDED, &vha->dpc_flags)) in qla24xx_vport_delete()
|
D | qla_mbx.c | 52 abort_active = test_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags); in qla2x00_mailbox_command() 238 set_bit(ISP_ABORT_NEEDED, &base_vha->dpc_flags); in qla2x00_mailbox_command() 250 set_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags); in qla2x00_mailbox_command() 251 clear_bit(ISP_ABORT_NEEDED, &base_vha->dpc_flags); in qla2x00_mailbox_command() 254 set_bit(ISP_ABORT_NEEDED, &base_vha->dpc_flags); in qla2x00_mailbox_command() 256 clear_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags); in qla2x00_mailbox_command() 2729 set_bit(VP_DPC_NEEDED, &vha->dpc_flags); in qla24xx_report_id_acquisition()
|
D | qla_def.h | 2607 unsigned long dpc_flags; member 2706 (test_bit(ISP_ABORT_NEEDED, &ha->dpc_flags) || \ 2707 test_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags) || \
|
D | qla_sup.c | 1916 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags); in qla2x00_resume_hba() 2211 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags); in qla24xx_write_optrom_data()
|