Home
last modified time | relevance | path

Searched refs:DID_NO_CONNECT (Results 1 – 25 of 40) sorted by relevance

12

/linux/include/scsi/
H A Dscsi_status.h46 DID_NO_CONNECT = 0x01, /* Couldn't connect before timeout period */ enumerator
H A Dscsi_transport_srp.h141 return DID_NO_CONNECT << 16; in srp_chkready()
/linux/drivers/scsi/snic/
H A Dsnic_disc.h105 return DID_NO_CONNECT << 16; in snic_tgt_chkready()
/linux/drivers/scsi/
H A Dscsi_lib_test.c161 sc.result = DID_NO_CONNECT << 16; in scsi_lib_test_host()
H A Dppa.c659 case DID_NO_CONNECT: in ppa_interrupt()
753 ppa_fail(dev, DID_NO_CONNECT); in ppa_engine()
H A Dstex.c610 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 Dimm.c749 case DID_NO_CONNECT: in imm_interrupt()
823 imm_fail(dev, DID_NO_CONNECT); in imm_engine()
H A Dhpsa.c2412 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 Dxen-scsifront.c263 return DID_NO_CONNECT; in scsifront_host_byte()
H A Dstorvsc_drv.c1055 set_host_byte(scmnd, DID_NO_CONNECT); in storvsc_handle_error()
H A Dscsi_error.c1972 case DID_NO_CONNECT: in scsi_decide_disposition()
H A Dips.c1060 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 Daachba.c628 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 Dlinit.c1947 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 Dbfad_im.c1226 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 Dmptspi.c785 SCpnt->result = DID_NO_CONNECT << 16; in mptspi_qcmd()
792 SCpnt->result = DID_NO_CONNECT << 16; in mptspi_qcmd()
H A Dmptfc.c214 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 Dsym53c500_cs.c408 curSC->result = DID_NO_CONNECT << 16; in SYM53C500_intr()
/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c873 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 Desas2r_main.c833 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 Dtcm_loop.c120 set_host_byte(sc, DID_NO_CONNECT); in tcm_loop_target_queue_cmd()
/linux/drivers/scsi/qedf/
H A Dqedf_io.c958 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 Dql4_isr.c148 cmd->result = DID_NO_CONNECT << 16; in qla4xxx_status_entry()
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c4753 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 Dfc_fcp.c2058 sc_cmd->result = (DID_NO_CONNECT << 16); in fc_io_compl()

12