Home
last modified time | relevance | path

Searched refs:DID_RESET (Results 1 – 25 of 49) sorted by relevance

12

/linux/drivers/scsi/
H A Dqlogicfas408.c202 return (priv->qabort == 1 ? DID_ABORT : DID_RESET); in ql_wai()
326 DID_ABORT : DID_RESET); in ql_pcmd()
367 priv->qabort == 1 ? DID_ABORT : DID_RESET); in ql_pcmd()
410 priv->qabort == 1 ? DID_ABORT : DID_RESET); in ql_pcmd()
H A Dwd719x.c504 wd719x_finish_cmd(scb, DID_RESET); in wd719x_reset()
540 wd719x_finish_cmd(scb, DID_RESET); in wd719x_host_reset()
584 result = DID_ABORT; /* or DID_RESET? */ in wd719x_interrupt_SCB()
602 result = DID_RESET; in wd719x_interrupt_SCB()
H A DNCR5380.c2341 hostdata->selecting->result = DID_RESET << 16; in bus_reset_cleanup()
2349 set_host_byte(cmd, DID_RESET); in bus_reset_cleanup()
2362 set_host_byte(hostdata->connected, DID_RESET); in bus_reset_cleanup()
2399 scmd->result = DID_RESET << 16; in NCR5380_host_reset()
H A Dvmw_pvscsi.c576 cmd->result = (DID_RESET << 16); in pvscsi_complete_request()
627 cmd->result = (DID_RESET << 16); in pvscsi_complete_request()
891 cmd->result = (DID_RESET << 16); in pvscsi_reset_all()
H A Dxen-scsifront.c277 return DID_RESET; in scsifront_host_byte()
464 resp.rslt = DID_RESET << 16; in scsifront_finish_all()
H A Dmac53c94.c219 cmd_done(state, DID_RESET << 16); in mac53c94_interrupt()
H A Dscsi_error.c816 if (host_byte(scmd->result) == DID_RESET) { in scsi_eh_completed_normally()
2000 case DID_RESET: in scsi_decide_disposition()
H A DBusLogic.c2507 hoststatus = DID_RESET; in blogic_resultcode()
2637 command->result = DID_RESET << 16; in blogic_process_ccbs()
2654 command->result = DID_RESET << 16; in blogic_process_ccbs()
H A Dppa.c677 case DID_RESET: in ppa_interrupt()
H A Da100u2w.c1017 scb->hastat = DID_RESET; in inia100_scb_handler()
H A Dvirtio_scsi.c140 set_host_byte(sc, DID_RESET); in virtscsi_complete_cmd()
H A Dmesh.c990 set_host_byte(cmd, DID_RESET); in handle_reset()
1000 set_host_byte(cmd, DID_RESET); in handle_reset()
H A Desp_scsi.c2034 cmd->result = DID_RESET << 16; in esp_reset_cleanup_one()
2061 cmd->result = DID_RESET << 16; in esp_reset_cleanup()
H A Dqlogicpti.c1096 host_status = DID_RESET; in DEF_SCSI_QCMD()
/linux/include/scsi/
H A Dscsi_status.h53 DID_RESET = 0x08, /* Reset by somebody. */ enumerator
H A Dscsi_cmnd.h375 set_host_byte(cmd, DID_RESET); in scsi_msg_to_host_byte()
/linux/drivers/message/fusion/
H A Dmptscsih.c777 * DID_RESET to permit retry of the command, in mptscsih_io_done()
790 /* Linux handles an unsolicited DID_RESET better in mptscsih_io_done()
793 sc->result = DID_RESET << 16; in mptscsih_io_done()
800 sc->result = DID_RESET << 16; in mptscsih_io_done()
864 sc->result = DID_RESET << 16; in mptscsih_io_done()
962 sc->result = DID_RESET << 16; in mptscsih_io_done()
1052 sc->result = DID_RESET << 16; in mptscsih_flush_running_cmds()
1694 SCpnt->result = DID_RESET << 16; in mptscsih_abort()
1723 SCpnt->result = DID_RESET << 16; in mptscsih_abort()
1734 SCpnt->result = DID_RESET << 1 in mptscsih_abort()
[all...]
/linux/include/trace/events/
H A Dscsi.h119 scsi_hostbyte_name(DID_RESET), \
/linux/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c383 curSC->result = DID_RESET << 16; in SYM53C500_intr()
H A Dnsp_cs.c1046 tmpSC->result = (DID_RESET << 16) | in nspintr()
/linux/drivers/scsi/qla4xxx/
H A Dql4_isr.c203 cmd->result = DID_RESET << 16; in qla4xxx_status_entry()
211 cmd->result = DID_RESET << 16; in qla4xxx_status_entry()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c3323 scmd->result = DID_RESET << 16; in scsih_abort()
3332 scmd->result = DID_RESET << 16; in scsih_abort()
3407 scmd->result = DID_RESET << 16; in scsih_dev_reset()
3487 scmd->result = DID_RESET << 16; in scsih_target_reset()
5029 scmd->result = DID_RESET << 16; in _scsih_flush_running_cmds()
5847 scmd->result = DID_RESET << 16; in _scsih_io_done()
5852 scmd->result = DID_RESET << 16; in _scsih_io_done()
5859 scmd->result = DID_RESET << 16; in _scsih_io_done()
5884 scmd->result = DID_RESET << 16; in _scsih_io_done()
5905 scmd->result = DID_RESET << 1 in _scsih_io_done()
[all...]
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c538 scmd->result = DID_RESET << 16; in mpi3mr_flush_scmd()
3455 scmd->result = DID_RESET << 16; in mpi3mr_process_op_reply_desc()
3476 scmd->result = DID_RESET << 16; in mpi3mr_process_op_reply_desc()
3489 scmd->result = DID_RESET << 16; in mpi3mr_process_op_reply_desc()
/linux/drivers/scsi/esas2r/
H A Desas2r_main.c1897 return DID_RESET; in esas2r_req_status_to_error()
/linux/drivers/scsi/fnic/
H A Dfnic_scsi.c2488 sc->result = DID_RESET << 16; in fnic_pending_aborts_iter()
2798 sc->result = DID_RESET << 16; in fnic_device_reset()

12