Searched refs:IDENTIFY (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Drio.h174 #define IDENTIFY ( CONTROL + 2 ) macro
H A Driocmd.c216 rio_dprintk(RIO_DEBUG_CMD, "IDENTIFY RTA\n");
221 rio_dprintk(RIO_DEBUG_CMD, "IDENTIFY RTA: GetCmdBlk failed\n");
230 CmdBlkP->Packet.data[0] = IDENTIFY;
235 rio_dprintk(RIO_DEBUG_CMD, "IDENTIFY RTA: Failed to queue command\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi.h383 #define IDENTIFY(can_disconnect, lun) (IDENTIFY_BASE |\ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c2617 * tagged, we prepare an IDENTIFY without disc. granted,
2624 np->msgout[0] = IDENTIFY(0, cp->lun);
2991 cp->scsi_smsg2[0] = IDENTIFY(0, cp->lun);
3149 * IDENTIFY(lun) + M_ABORT.
3151 * IDENTIFY(lun) + M_ABORT.
3153 * IDENTIFY(lun) + task attributes + M_ABORT_TAG.
3335 * an IDENTIFY(lun) + ABORT MESSAGE.
3340 np->abrt_msg[0] = IDENTIFY(0, lun);
3367 * send a M_ABORT message without IDENTIFY.
3379 * Set the IDENTIFY(lu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A DNCR53C9x.c1077 *cmdp++ = IDENTIFY(1, lun);
1079 *cmdp++ = IDENTIFY(0, lun);
1099 *cmdp++ = IDENTIFY(0, lun);
1171 *cmdp++ = IDENTIFY(0, lun);
1173 *cmdp++ = IDENTIFY(1, lun);
H A Desp_scsi.c626 *p++ = IDENTIFY(0, lun);
773 *p++ = IDENTIFY(1, lun);
775 *p++ = IDENTIFY(0, lun);
H A Dseagate.c976 * establish the I_T_L nexus via an IDENTIFY with the DiscPriv bit
1369 * send an IDENTIFY message in response
1374 WRITE_DATA (IDENTIFY (1, lun));
1375 DPRINTK (PHASE_RESELECT | PHASE_MSGOUT, "scsi%d : sent IDENTIFY message.\n", hostno);
1441 * IDENTIFY distinguishes itself
1454 DPRINTK (PHASE_MSGIN, "scsi%d : IDENTIFY message received from id %d, lun %d.\n", hostno, target, message & 7);
H A D53c7xx.c1529 unsigned char identify = IDENTIFY(0, 0);
3138 IDENTIFY (1, cmd->device->lun) : IDENTIFY (0, cmd->device->lun);
4261 * after the IDENTIFY; any target may reject a SDTR or WDTR)
4334 * Some devices (SQ555 come to mind) grab the IDENTIFY message
H A Dsun3_NCR5380.c1264 * IDENTIFY and queue messages.
1520 tmp[0] = IDENTIFY(1, cmd->device->lun);
2376 printk(KERN_DEBUG "scsi%d: expecting IDENTIFY message, got ", HOSTNO);
2458 /* Accept previous IDENTIFY message by clearing ACK */
H A DNCR5380.c1196 * IDENTIFY and queue messages.
1439 tmp[0] = IDENTIFY(((instance->irq == SCSI_IRQ_NONE) ? 0 : 1), cmd->device->lun);
2354 printk(KERN_ERR "scsi%d : expecting IDENTIFY message, got ", instance->host_no);
H A Datari_NCR5380.c1279 * IDENTIFY and queue messages.
1535 tmp[0] = IDENTIFY(1, cmd->device->lun);
2367 printk(KERN_DEBUG "scsi%d: expecting IDENTIFY message, got ", HOSTNO);
2381 /* Accept previous IDENTIFY message by clearing ACK */
H A Daha152x.c345 identified = 0x0004, /* IDENTIFY was sent */
1668 * - queue IDENTIFY message and SDTR to selected target for message out
1689 ADDMSGO(IDENTIFY(RECONNECT, CURRENT_SC->device->lun));
1991 ADDMSGO(IDENTIFY(RECONNECT, CURRENT_SC->device->lun));
H A Ddc395x.c3688 IDENTIFY(dcb->dev_mode & NTC_DO_DISCONNECT, lun);
3690 dcb->identify_msg = IDENTIFY(0, lun);
H A Dtmscsim.c572 DC390_write8 (ScsiFifo, IDENTIFY(disc_allowed, pDCB->TargetLUN));
H A Dmesh.c1551 ms->msgout[0] = IDENTIFY(ALLOW_RESEL(ms->conn_tgt),
H A Dnsp32.c390 * IDENTIFY Message
402 data->msgoutbuf[pos] = IDENTIFY(mode, SCpnt->device->lun); pos++;
817 * SCSI-2 says IDENTIFY implies RESTORE_POINTER operation.
1008 /* Build IDENTIFY */
2067 * processing IDENTIFY
2085 * processing messages except for IDENTIFY
H A Dncr53c8xx.c1208 ** Get the IDENTIFY message and load the LUN to SFBR.
1582 ** Contents are IDENTIFY and SIMPLE_TAG.
2142 ** Send the IDENTIFY and SIMPLE_TAG messages
2611 ** Ack the IDENTIFY or TAG previously received.
2651 ** to get an IDENTIFY message
2660 ** may reselect without sending an IDENTIFY.
2671 ** Read IDENTIFY + SIMPLE + TAG using a single MOVE.
2706 ** Read an throw away the IDENTIFY.
3171 ** Send a TARGET_RESET message if bad IDENTIFY
3287 ** If message phase but not an IDENTIFY,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dnsp_cs.c1202 data->MsgBuffer[i] = IDENTIFY(TRUE, lun); i++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dacornscsi.c1481 * be sent immediately following the IDENTIFY message...'
1706 IDENTIFY(host->device[host->SCpnt->device->id].disconnect_ok,
2051 case PHASE_MSGOUT: /* STATE: connected & sent IDENTIFY message */
2162 * If we reconnected and we're not in MESSAGE IN phase after IDENTIFY,
H A Dfas216.c1772 msgqueue_addmsg(&info->scsi.msgs, 1, IDENTIFY(disconnect_ok, SCpnt->device->lun));

Completed in 200 milliseconds