Home
last modified time | relevance | path

Searched refs:DID_BAD_TARGET (Results 1 – 22 of 22) sorted by relevance

/linux/include/scsi/
H A Dscsi_status.h49 DID_BAD_TARGET = 0x04, /* BAD target. */ enumerator
/linux/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c1593 scp->result = (DID_BAD_TARGET << 16); in DEF_SCSI_QCMD()
1597 scp->result = (DID_BAD_TARGET << 16); in DEF_SCSI_QCMD()
1737 scp->result = (DID_BAD_TARGET << 16); in DEF_SCSI_QCMD()
1763 scp->result = (DID_BAD_TARGET << 16); in DEF_SCSI_QCMD()
1771 scp->result = (DID_BAD_TARGET << 16); in DEF_SCSI_QCMD()
1807 scp->result = (DID_BAD_TARGET << 16); in DEF_SCSI_QCMD()
2347 scp->result = DID_BAD_TARGET << 16 | status; in megaraid_mbox_dpc()
H A Dmegaraid_sas_fusion.c2077 scmd->result = DID_BAD_TARGET << 16; in map_cmd_status()
/linux/drivers/usb/storage/
H A Dusb.c434 srb->result = DID_BAD_TARGET << 16; in usb_stor_control_thread()
441 srb->result = DID_BAD_TARGET << 16; in usb_stor_control_thread()
/linux/drivers/scsi/
H A Dmegaraid.c587 cmd->result = (DID_BAD_TARGET << 16); in mega_build_cmd()
606 cmd->result = (DID_BAD_TARGET << 16); in mega_build_cmd()
618 cmd->result = (DID_BAD_TARGET << 16); in mega_build_cmd()
867 cmd->result = (DID_BAD_TARGET << 16); in mega_build_cmd()
890 cmd->result = (DID_BAD_TARGET << 16); in mega_build_cmd()
1630 cmd->result |= (DID_BAD_TARGET << 16)|status; in mega_cmd_done()
H A Dmac53c94.c250 cmd_done(state, DID_BAD_TARGET << 16); in mac53c94_interrupt()
H A Dmyrb.c1438 scmd->result = (DID_BAD_TARGET << 16); in myrb_ldev_queuecommand()
1612 scmd->result = (DID_BAD_TARGET << 16); in myrb_queuecommand()
2349 scmd->result = (DID_BAD_TARGET << 16); in myrb_handle_scsi()
2359 scmd->result = (DID_BAD_TARGET << 16); in myrb_handle_scsi()
H A Dxen-scsifront.c269 return DID_BAD_TARGET; in scsifront_host_byte()
H A Dvmw_pvscsi.c607 cmd->result = (DID_BAD_TARGET << 16); in pvscsi_complete_request()
H A Dstorvsc_drv.c1068 set_host_byte(scmnd, DID_BAD_TARGET); in storvsc_handle_error()
H A Ddc395x.c885 set_host_byte(cmd, DID_BAD_TARGET); in dc395x_queue_command_lck()
2704 set_host_byte(cmd, DID_BAD_TARGET); in srb_done()
H A Dscsi_error.c1973 case DID_BAD_TARGET: in scsi_decide_disposition()
H A D3w-9xxx.c1763 SCpnt->result = (DID_BAD_TARGET << 16); in twa_scsi_queue_lck()
H A Desp_scsi.c1284 esp_cmd_is_done(esp, ent, cmd, DID_BAD_TARGET); in esp_finish_select()
H A Dmyrs.c2086 scmd->result = (DID_BAD_TARGET << 16); in myrs_handle_scsi()
H A Dadvansys.c5981 set_host_byte(scp, DID_BAD_TARGET); in adv_isr_callback()
6731 set_host_byte(scp, DID_BAD_TARGET); in asc_isr_callback()
/linux/drivers/scsi/pcmcia/
H A Dnsp_cs.c207 SCpnt->result = DID_BAD_TARGET << 16; in nsp_queuecommand_lck()
217 SCpnt->result = DID_BAD_TARGET << 16; in nsp_queuecommand_lck()
/linux/drivers/scsi/qla2xxx/
H A Dqla_edif.c3576 SET_DID_STATUS(bsg_reply->result, DID_BAD_TARGET); in qla_edif_process_els()
3582 SET_DID_STATUS(bsg_reply->result, DID_BAD_TARGET); in qla_edif_process_els()
3591 SET_DID_STATUS(bsg_reply->result, DID_BAD_TARGET); in qla_edif_process_els()
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1954 new_status = DID_BAD_TARGET; in ahc_linux_queue_cmd_complete()
H A Daic79xx_osm.c2072 new_status = DID_BAD_TARGET; in ahd_linux_queue_cmd_complete()
/linux/drivers/ata/
H A Dlibata-scsi.c4600 cmd->result = (DID_BAD_TARGET << 16); in ata_scsi_queuecmd()
/linux/Documentation/scsi/
H A DChangeLog.lpfc612 DID_BAD_TARGET return for now.