Home
last modified time | relevance | path

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

123

/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()
H A Dscsi.h210 if (host_byte(status) == DID_NO_CONNECT) in scsi_status_is_good()
/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 Dscsi_lib.c1601 cmd->result = DID_NO_CONNECT << 16; in scsi_dispatch_cmd()
1641 cmd->result = (DID_NO_CONNECT << 16); in scsi_dispatch_cmd()
1935 cmd->result = DID_NO_CONNECT << 16; in scsi_queue_rq()
/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/usb/storage/
H A Duas.c710 set_host_byte(cmnd, DID_NO_CONNECT); in uas_queuecommand_lck()
1228 uas_zap_pending(devinfo, DID_NO_CONNECT); in uas_disconnect()
/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/mpi3mr/
H A Dmpi3mr_os.c3538 scmd->result = DID_NO_CONNECT << 16; in mpi3mr_process_op_reply_desc()
5151 scmd->result = DID_NO_CONNECT << 16; in mpi3mr_qcmd()
5158 scmd->result = DID_NO_CONNECT << 16; in mpi3mr_qcmd()
5184 scmd->result = DID_NO_CONNECT << 16; in mpi3mr_qcmd()
5193 scmd->result = DID_NO_CONNECT << 16; in mpi3mr_qcmd()
5198 scmd->result = DID_NO_CONNECT << 16; in mpi3mr_qcmd()
/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/xen/
H A Dxen-scsiback.c291 case DID_NO_CONNECT: in scsiback_result()
780 result = DID_NO_CONNECT; in scsiback_do_cmd_fn()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c3378 scmd->result = DID_NO_CONNECT << 16; in scsih_abort()
3454 scmd->result = DID_NO_CONNECT << 16; in scsih_dev_reset()
3534 scmd->result = DID_NO_CONNECT << 16; in scsih_target_reset()
5329 scmd->result = DID_NO_CONNECT << 16; in _scsih_flush_running_cmds()
5443 scmd->result = DID_NO_CONNECT << 16; in scsih_qcmd()
5449 scmd->result = DID_NO_CONNECT << 16; in scsih_qcmd()
5472 scmd->result = DID_NO_CONNECT << 16; in scsih_qcmd()
5483 scmd->result = DID_NO_CONNECT << 16; in scsih_qcmd()
6037 scmd->result = DID_NO_CONNECT << 16; in _scsih_io_done()
6119 scmd->result = DID_NO_CONNECT << 16; in _scsih_io_done()
[all …]
/linux/drivers/target/loopback/
H A Dtcm_loop.c119 set_host_byte(sc, DID_NO_CONNECT); in tcm_loop_target_queue_cmd()
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c3259 host_byte = DID_NO_CONNECT; in pqi_process_raid_io_error()
3285 host_byte = DID_NO_CONNECT; in pqi_process_raid_io_error()
3342 host_byte = DID_NO_CONNECT; in pqi_process_aio_io_error()
5687 if (host_byte(scmd->result) == DID_NO_CONNECT) in pqi_raid_bypass_retry_needed()
5962 set_host_byte(scmd, DID_NO_CONNECT); in pqi_prep_for_scsi_done()
5968 set_host_byte(scmd, DID_NO_CONNECT); in pqi_prep_for_scsi_done()
6071 set_host_byte(scmd, DID_NO_CONNECT); in pqi_scsi_queue_command()
6083 set_host_byte(scmd, DID_NO_CONNECT); in pqi_scsi_queue_command()
9165 set_host_byte(scmd, DID_NO_CONNECT); in pqi_fail_all_outstanding_requests()
/linux/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c595 if (host_byte(retval) == DID_NO_CONNECT) in alua_rtpg()

123