| /linux/include/scsi/ |
| H A D | scsi_status.h | 46 DID_NO_CONNECT = 0x01, /* Couldn't connect before timeout period */ enumerator
|
| H A D | scsi_transport_srp.h | 141 return DID_NO_CONNECT << 16; in srp_chkready()
|
| /linux/drivers/scsi/snic/ |
| H A D | snic_disc.h | 105 return DID_NO_CONNECT << 16; in snic_tgt_chkready()
|
| /linux/drivers/scsi/ |
| H A D | scsi_lib_test.c | 161 sc.result = DID_NO_CONNECT << 16; in scsi_lib_test_host()
|
| H A D | ppa.c | 659 case DID_NO_CONNECT: in ppa_interrupt() 753 ppa_fail(dev, DID_NO_CONNECT); in ppa_engine()
|
| H A D | stex.c | 610 cmd->result = DID_NO_CONNECT; in stex_queuecommand_lck() 654 cmd->result = DID_NO_CONNECT << 16; in stex_queuecommand_lck() 756 result = DID_NO_CONNECT << 16; in DEF_SCSI_QCMD() 1936 return_abnormal_state(hba, DID_NO_CONNECT); in stex_remove()
|
| H A D | imm.c | 749 case DID_NO_CONNECT: in imm_interrupt() 823 imm_fail(dev, DID_NO_CONNECT); in imm_engine()
|
| H A D | hpsa.c | 2412 cmd->result = DID_NO_CONNECT << 16; in handle_ioaccel_mode2_error() 2576 cmd->result = DID_NO_CONNECT << 16; in complete_scsi_command() 2582 cmd->result = DID_NO_CONNECT << 16; in complete_scsi_command() 2607 cmd->result = DID_NO_CONNECT << 16; in complete_scsi_command() 2621 cmd->result = DID_NO_CONNECT << 16; in complete_scsi_command() 2682 cmd->result = DID_NO_CONNECT << 16; in complete_scsi_command() 2714 cmd->result = DID_NO_CONNECT << 16; in complete_scsi_command() 2733 cmd->result = DID_NO_CONNECT << 16; in complete_scsi_command() 5610 cmd->result = DID_NO_CONNECT << 16; in hpsa_command_resubmit_worker() 5682 cmd->result = DID_NO_CONNECT << 16; in hpsa_scsi_queue_command() [all …]
|
| H A D | xen-scsifront.c | 263 return DID_NO_CONNECT; in scsifront_host_byte()
|
| H A D | storvsc_drv.c | 1055 set_host_byte(scmnd, DID_NO_CONNECT); in storvsc_handle_error()
|
| H A D | scsi_error.c | 1972 case DID_NO_CONNECT: in scsi_decide_disposition()
|
| H A D | ips.c | 1060 SC->result = DID_NO_CONNECT << 16; in ips_queue_lck() 3275 errcode = DID_NO_CONNECT; in ips_map_status() 3701 scb->scsi_cmd->result = DID_NO_CONNECT << 16; in ips_send_cmd()
|
| /linux/drivers/scsi/aacraid/ |
| H A D | aachba.c | 628 scsicmd->result = DID_NO_CONNECT << 16; in aac_probe_container_callback2() 2792 scsicmd->result = DID_NO_CONNECT << 16; in aac_scsi_cmd() 2836 scsicmd->result = DID_NO_CONNECT << 16; in aac_scsi_cmd() 3479 scsicmd->result = DID_NO_CONNECT << 16; in aac_srb_callback() 3618 scsicmd->result = DID_NO_CONNECT << 16; in hba_resp_task_failure() 3629 scsicmd->result = DID_NO_CONNECT << 16; in hba_resp_task_failure() 3685 scsicmd->result = DID_NO_CONNECT << 16; in aac_hba_callback() 3721 scsicmd->result = DID_NO_CONNECT << 16; in aac_send_srb_fib() 3762 scsicmd->result = DID_NO_CONNECT << 16; in aac_send_hba_fib()
|
| H A D | linit.c | 1947 scsi_host_complete_all_commands(shost, DID_NO_CONNECT); in aac_pci_error_detected() 1956 scsi_host_complete_all_commands(shost, DID_NO_CONNECT); in aac_pci_error_detected()
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfad_im.c | 1226 cmnd->result = DID_NO_CONNECT << 16; in bfad_im_queuecommand_lck() 1242 cmnd->result = DID_NO_CONNECT << 16; in bfad_im_queuecommand_lck()
|
| /linux/drivers/message/fusion/ |
| H A D | mptspi.c | 785 SCpnt->result = DID_NO_CONNECT << 16; in mptspi_qcmd() 792 SCpnt->result = DID_NO_CONNECT << 16; in mptspi_qcmd()
|
| H A D | mptfc.c | 214 if (ready == DID_NO_CONNECT || ioc->active == 0) { in mptfc_block_error_handler() 689 SCpnt->result = DID_NO_CONNECT << 16; in mptfc_qcmd()
|
| /linux/drivers/scsi/pcmcia/ |
| H A D | sym53c500_cs.c | 408 curSC->result = DID_NO_CONNECT << 16; in SYM53C500_intr()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_os.c | 873 cmd->result = DID_NO_CONNECT << 16; in qla2xxx_queuecommand() 895 cmd->result = DID_NO_CONNECT << 16; in qla2xxx_queuecommand() 918 cmd->result = DID_NO_CONNECT << 16; in qla2xxx_queuecommand() 934 cmd->result = DID_NO_CONNECT << 16; in qla2xxx_queuecommand() 995 rval = rport ? fc_remote_port_chkready(rport) : (DID_NO_CONNECT << 16); in qla2xxx_mqueuecommand() 1007 cmd->result = DID_NO_CONNECT << 16; in qla2xxx_mqueuecommand() 1023 cmd->result = DID_NO_CONNECT << 16; in qla2xxx_mqueuecommand() 3997 qla2x00_abort_all_cmds(vha, DID_NO_CONNECT << 16); in qla2x00_free_device() 6827 qla2x00_abort_all_cmds(base_vha, DID_NO_CONNECT << 16); in qla2x00_disable_board_on_pci_error() 7838 qla2x00_abort_all_cmds(vha, DID_NO_CONNECT << 16); in qla2xxx_pci_error_detected()
|
| /linux/drivers/scsi/esas2r/ |
| H A D | esas2r_main.c | 833 cmd->result = DID_NO_CONNECT << 16; in esas2r_queuecommand() 1894 return DID_NO_CONNECT; in esas2r_req_status_to_error()
|
| /linux/drivers/target/loopback/ |
| H A D | tcm_loop.c | 120 set_host_byte(sc, DID_NO_CONNECT); in tcm_loop_target_queue_cmd()
|
| /linux/drivers/scsi/qedf/ |
| H A D | qedf_io.c | 958 sc_cmd->result = DID_NO_CONNECT << 16; in qedf_queuecommand() 967 sc_cmd->result = DID_NO_CONNECT << 16; in qedf_queuecommand()
|
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_isr.c | 148 cmd->result = DID_NO_CONNECT << 16; in qla4xxx_status_entry()
|
| /linux/drivers/scsi/megaraid/ |
| H A D | megaraid_sas_fusion.c | 4753 scmd->result = DID_NO_CONNECT << 16; in megasas_task_abort_fusion() 4834 scmd->result = DID_NO_CONNECT << 16; in megasas_reset_target_fusion() 4902 retval = (DID_NO_CONNECT << 16); in megasas_check_mpio_paths()
|
| /linux/drivers/scsi/libfc/ |
| H A D | fc_fcp.c | 2058 sc_cmd->result = (DID_NO_CONNECT << 16); in fc_io_compl()
|