Searched refs:DID_ABORT (Results 1 - 25 of 60) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dqlogicfas408.c197 return (priv->qabort == 1 ? DID_ABORT : DID_RESET);
324 DID_ABORT : DID_RESET) << 16);
362 return ((priv->qabort == 1 ? DID_ABORT : DID_RESET) << 16);
398 return ((priv->qabort == 1 ? DID_ABORT : DID_RESET) << 16);
H A Dultrastor.c710 status = DID_ABORT << 16;
892 old_aborted = xchgb(DID_ABORT, &config.aborted[mscp_index]);
940 SCpnt->result = DID_ABORT << 16;
1062 mscp->SCint->result = DID_ABORT << 16;
1107 status = DID_ABORT << 16;
H A Dscsi.c558 cmd->result = (DID_ABORT << 16);
1047 scmd->result = (DID_ABORT << 16);
H A Dfd_mcs.c1236 current_SC->result = DID_ABORT << 16;
1239 my_done(shpnt, DID_ABORT << 16);
H A Dfdomain.c1507 current_SC->result = DID_ABORT << 16;
1510 my_done(DID_ABORT << 16);
H A Dhptiop.c374 scp->result = (DID_ABORT<<16);
386 (DID_ABORT<<16);
H A Dsun3_NCR5380.c2524 cmd->result = DID_ABORT << 16;
2551 tmp->result = DID_ABORT << 16;
2624 tmp->result = DID_ABORT << 16;
H A Datari_NCR5380.c2501 cmd->result = DID_ABORT << 16;
2529 tmp->result = DID_ABORT << 16;
2604 tmp->result = DID_ABORT << 16;
H A Daha1740.c186 retval=DID_ABORT;
H A Dibmmca.c638 cmd->result = DID_ABORT << 16;
2191 if (cmd->result == (DID_ABORT << 16))
2193 cmd->result |= DID_ABORT << 16;
H A Dwd33c93.c1622 cmd->result = DID_ABORT << 16;
1696 cmd->result = DID_ABORT << 16;
H A DNCR5380.c2473 tmp->result = DID_ABORT << 16;
2539 tmp->result = DID_ABORT << 16;
H A Din2000.c1576 cmd->result = DID_ABORT << 16;
1635 cmd->result = DID_ABORT << 16;
H A Dseagate.c1549 st0x_aborted = DID_ABORT;
H A Dwd7000.c978 hosterr = DID_ABORT;
H A Da100u2w.c977 pSCB->SCB_HaStat = DID_ABORT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/image/
H A Dmicrotek.c452 context->srb->result = (transfer->status == -ENOENT ? DID_ABORT : DID_ERROR)<<16;
470 context->srb->result = DID_ABORT<<16;
510 context->srb->result = (transfer->status == -ENOENT ? DID_ABORT : DID_ERROR)<<16;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi.h297 #define DID_ABORT 0x05 /* Told to abort for some other reason */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arcmsr/
H A Darcmsr_hba.c436 ccb->pcmd->result = DID_ABORT << 16;
763 abortcmd->result |= DID_ABORT >> 16;
1266 ccb->pcmd->result = DID_ABORT << 16;
1378 ccb->pcmd->result = DID_ABORT << 16;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dtransport.c550 srb->result = DID_ABORT << 16;
672 srb->result = DID_ABORT << 16;
H A Dusb.c335 us->srb->result = DID_ABORT << 16;
392 else if (us->srb->result != DID_ABORT << 16) {
403 * the TIMED_OUT flag, not srb->result == DID_ABORT, because
H A Disd200.c632 srb->result = DID_ABORT << 16;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/libsas/
H A Dsas_scsi_host.c107 hs = DID_ABORT;
912 cmd->result = DID_ABORT << 16;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/fc4/
H A Dfc.c892 SCpnt->result = DID_ABORT;
919 if (fc->cmd_slots[i] && SCpnt->result != DID_ABORT) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcciss_scsi.c573 cmd->result = DID_ABORT << 16;
583 cmd->result = DID_ABORT << 16;

Completed in 338 milliseconds

123