Searched refs:DID_RESET (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 Dseagate.c924 return retcode (DID_RESET);
1573 st0x_aborted = DID_RESET;
H A Dultrastor.c975 config.mscp->SCint->result = DID_RESET << 16;
985 config.mscp[i].SCint->result = DID_RESET << 16;
H A Dwd7000.c968 hosterr = DID_RESET;
982 hosterr = DID_RESET;
H A Dscsi_error.c407 if (host_byte(scmd->result) == DID_RESET) {
1240 case DID_RESET:
H A Dmac53c94.c203 cmd_done(state, DID_RESET << 16);
H A Dsun3_NCR5380.c2716 * set the command status to DID_RESET and call scsi_done() !!!
2722 cmd->result = (cmd->result & 0xffff) | (DID_RESET << 16);
2729 cmd->result = (cmd->result & 0xffff) | (DID_RESET << 16);
H A Du14-34f.c1358 SCpnt->result = DID_RESET << 16;
1364 printk("%s, reset, mbox %d locked, DID_RESET, pid %ld done.\n",
1371 SCpnt->result = DID_RESET << 16;
1377 printk("%s, reset, mbox %d aborting, DID_RESET, pid %ld done.\n",
H A Datari_NCR5380.c2708 * set the command status to DID_RESET and call scsi_done() !!!
2714 cmd->result = (cmd->result & 0xffff) | (DID_RESET << 16);
2721 cmd->result = (cmd->result & 0xffff) | (DID_RESET << 16);
H A Dsym53c416.c363 current_command->result = DID_RESET << 16;
H A DNCR53c406a.c791 current_SC->result = DID_RESET << 16;
H A Da100u2w.c973 pSCB->SCB_HaStat = DID_RESET;
H A Deata_pio.c543 sp->result = DID_RESET << 16;
H A Dhptiop.c368 scp->result = (DID_RESET<<16);
H A Dimm.c764 case DID_RESET:
H A Dppa.c666 case DID_RESET:
H A Deata.c2025 SCpnt->result = DID_RESET << 16;
2032 ("%s, reset, mbox %d locked, DID_RESET, pid %ld done.\n",
2039 SCpnt->result = DID_RESET << 16;
2046 ("%s, reset, mbox %d aborting, DID_RESET, pid %ld done.\n",
H A Desp_scsi.c1973 cmd->result = DID_RESET << 16;
2003 cmd->result = DID_RESET << 16;
H A Dmesh.c990 cmd->result = DID_RESET << 16;
1000 cmd->result = DID_RESET << 16;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla4xxx/
H A Dql4_isr.c135 cmd->result = DID_RESET << 16;
143 cmd->result = DID_RESET << 16;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi.h300 #define DID_RESET 0x08 /* Reset by somebody. */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptscsih.c749 * DID_RESET to permit retry of the command,
762 /* Linux handles an unsolicited DID_RESET better
765 sc->result = DID_RESET << 16;
804 sc->result = DID_RESET << 16;
846 sc->result = DID_RESET << 16;
984 SCpnt->result = DID_RESET << 16;
1777 SCpnt->result = DID_RESET << 16;
1791 SCpnt->result = DID_RESET << 16;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dacornscsi.c2770 acornscsi_reportstatus(&host->SCpnt, &SCptr, DID_RESET);
2773 acornscsi_reportstatus(&SCptr, &SCpnt, DID_RESET);
2776 SCpnt->result = DID_RESET << 16;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_isr.c1119 cp->result = DID_RESET << 16;
1132 cp->result = DID_RESET << 16;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c401 curSC->result = DID_RESET << 16;

Completed in 186 milliseconds

123