Searched refs:DID_ERROR (Results 76 - 89 of 89) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daha152x.c1509 done(shpnt, DID_ERROR << 16);
2024 done(shpnt, DID_ERROR << 16);
H A Ddpt_i2o.c2481 cmd->result = (DID_ERROR <<16);
2537 cmd->result = (DID_ERROR << 16);
H A Dmegaraid.c1616 cmd->result |= (DID_ERROR << 16) |
1628 cmd->result |= (DID_ERROR << 16) |
H A D3w-9xxx.c1807 SCpnt->result = (DID_ERROR << 16);
H A Daic7xxx_old.c387 #define DID_UNDERFLOW DID_ERROR
399 * Using DID_ERROR will do just that. (Made by a suggestion by
402 #define DID_RETRY_COMMAND DID_ERROR
4309 aic7xxx_error(cmd) = DID_ERROR;
4624 aic7xxx_error(scb->cmd) = DID_ERROR;
H A Desp_scsi.c1213 esp_cmd_is_done(esp, ent, cmd, (DID_ERROR << 16));
H A Dinitio.c2799 cblk->hastat = DID_ERROR; /* Couldn't find any better */
H A Dsg.c461 case DID_ERROR:
H A Dtmscsim.c1742 SET_RES_DID(pcmd->result, DID_ERROR);
H A Dncr53c8xx.c4224 return(DID_ERROR);
4904 cmd->result = ScsiResult(DID_ERROR, cp->scsi_status);
H A Ddc395x.c3320 SET_RES_DID(cmd->result, DID_ERROR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arcmsr/
H A Darcmsr_hba.c2075 cmd->result = (DID_ERROR << 16);
2119 cmd->result = (DID_ERROR << 16) | (RESERVATION_CONFLICT << 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/megaraid/
H A Dmegaraid_sas.c1706 (DID_ERROR << 16) | hdr->scsi_status;
1732 cmd->scmd->result = DID_ERROR << 16;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_fsf.c2084 set_host_byte(scpnt, DID_ERROR);

Completed in 363 milliseconds

1234