Searched refs:DID_RESET (Results 26 - 50 of 62) sorted by relevance

123

/linux-master/drivers/scsi/
H A Dqlogicpti.c1095 host_status = DID_RESET;
H A Dqla1280.c1253 case DID_RESET:
1301 "DID_RESET",
1336 host_status = DID_RESET;
3777 CMD_RESULT(cmd) = DID_RESET << 16;
H A D53c700.c1572 SCp->result = DID_RESET << 16;
H A D3w-xxxx.c1308 srb->result = (DID_RESET << 16);
H A D3w-sas.c1373 cmd->result = (DID_RESET << 16);
H A Dwd33c93.c1542 SCpnt->result = DID_RESET << 16;
H A Dhptiop.c747 scp->result = (DID_RESET<<16);
H A Ddc395x.c1185 doing_srb_done(acb, DID_RESET, cmd, 0);
3478 doing_srb_done(acb, DID_RESET, NULL, 1);
H A Dnsp32.c1211 SCpnt->result = DID_RESET << 16;
H A Dstex.c1431 return_abnormal_state(hba, DID_RESET);
H A Dinitio.c2765 cblk->hastat = DID_RESET;
H A D3w-9xxx.c1598 cmd->result = (DID_RESET << 16);
H A Dsg.c522 case DID_RESET:
H A Dscsi_lib.c796 if (host_byte(result) == DID_RESET) {
/linux-master/drivers/usb/storage/
H A Duas.c787 uas_zap_pending(devinfo, DID_RESET);
/linux-master/drivers/scsi/esas2r/
H A Desas2r_main.c1897 return DID_RESET;
/linux-master/drivers/xen/
H A Dxen-scsiback.c312 case DID_RESET:
/linux-master/drivers/scsi/libfc/
H A Dfc_fcp.c2045 FC_FCP_DBG(fsp, "Returning DID_RESET to scsi-ml "
2047 sc_cmd->result = (DID_RESET << 16);
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1961 new_status = DID_RESET;
H A Daic79xx_osm.c2079 new_status = DID_RESET;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_mr.c1369 qla2x00_abort_all_cmds(vha, DID_RESET << 16);
2491 res = DID_RESET << 16;
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c2569 scb->scp->result = (DID_RESET << 16);
/linux-master/drivers/scsi/aacraid/
H A Dcommsup.c1607 scsi_host_complete_all_commands(host, DID_RESET);
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c1711 * responded to, and fail them with DID_RESET
1717 tmp_evt->cmnd->result = (DID_RESET << 16);
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_os.c4901 qla4xxx_abort_active_cmds(ha, DID_RESET << 16);
4943 qla4xxx_abort_active_cmds(ha, DID_RESET << 16);
5419 qla4xxx_abort_active_cmds(ha, DID_RESET << 16);
9625 qla4xxx_abort_active_cmds(ha, DID_RESET << 16);

Completed in 528 milliseconds

123