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

/linux-master/include/uapi/linux/
H A Dcxl_mem.h29 ___C(IDENTIFY, "Identify Command"), \
/linux-master/include/scsi/
H A Dscsi.h142 #define IDENTIFY(can_disconnect, lun) (IDENTIFY_BASE |\ macro
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c2697 * tagged, we prepare an IDENTIFY without disc. granted,
2704 np->msgout[0] = IDENTIFY(0, cp->lun);
3096 cp->scsi_smsg2[0] = IDENTIFY(0, cp->lun);
3257 * IDENTIFY(lun) + M_ABORT.
3259 * IDENTIFY(lun) + M_ABORT.
3261 * IDENTIFY(lun) + task attributes + M_ABORT_TAG.
3443 * an IDENTIFY(lun) + ABORT MESSAGE.
3448 np->abrt_msg[0] = IDENTIFY(0, lun);
3475 * send a M_ABORT message without IDENTIFY.
3487 * Set the IDENTIFY(lu
[all...]
/linux-master/drivers/cxl/core/
H A Dmbox.c49 CXL_CMD(IDENTIFY, 0, 0x43, CXL_CMD_FLAG_FORCE_ENABLE),
1063 * cxl_dev_state_identify() - Send the IDENTIFY command to the device.
/linux-master/drivers/scsi/
H A Daha152x.c307 identified = 0x0004, /* IDENTIFY was sent */
1534 * - queue IDENTIFY message and SDTR to selected target for message out
1558 ADDMSGO(IDENTIFY(RECONNECT, CURRENT_SC->device->lun));
1872 ADDMSGO(IDENTIFY(RECONNECT, CURRENT_SC->device->lun));
H A Desp_scsi.c680 *p++ = IDENTIFY(0, lun);
820 *p++ = IDENTIFY(tp->flags & ESP_TGT_DISCONNECT, lun);
H A Dwd33c93.c831 /* construct an IDENTIFY message with correct disconnect bit */
833 hostdata->outgoing_msg[0] = IDENTIFY(0, cmd->device->lun);
1345 ("wd33c93: Reselected without IDENTIFY\n");
H A DNCR5380.c946 * ARBITRATION, SELECTION and MESSAGE OUT phases and an IDENTIFY message.
1177 * IDENTIFY message.
1196 tmp[0] = IDENTIFY(can_disconnect, cmd->device->lun);
1206 dsprintk(NDEBUG_SELECTION, instance, "IDENTIFY message transfer failed\n");
2102 shost_printk(KERN_ERR, instance, "expecting IDENTIFY message, got ");
H A Ddc395x.c3565 IDENTIFY(dcb->dev_mode & NTC_DO_DISCONNECT, lun);
3567 dcb->identify_msg = IDENTIFY(0, lun);
H A Dnsp32.c360 * IDENTIFY Message
373 data->msgoutbuf[pos] = IDENTIFY(mode, SCpnt->device->lun); pos++;
804 * SCSI-2 says IDENTIFY implies RESTORE_POINTER operation.
972 /* Build IDENTIFY */
1962 * processing IDENTIFY
1980 * processing messages except for IDENTIFY
H A Dmesh.c1544 ms->msgout[0] = IDENTIFY(ALLOW_RESEL(ms->conn_tgt),
H A Dncr53c8xx.c1174 ** Get the IDENTIFY message and load the LUN to SFBR.
1547 ** Contents are IDENTIFY and SIMPLE_TAG.
2104 ** Send the IDENTIFY and SIMPLE_TAG messages
2580 ** Ack the IDENTIFY or TAG previously received.
2620 ** to get an IDENTIFY message
2629 ** may reselect without sending an IDENTIFY.
2640 ** Read IDENTIFY + SIMPLE + TAG using a single MOVE.
2675 ** Read an throw away the IDENTIFY.
3140 ** Send a TARGET_RESET message if bad IDENTIFY
3256 ** If message phase but not an IDENTIFY,
[all...]
H A DFlashPoint.c3919 p_sccb->Sccb_idmsg = IDENTIFY(true, p_sccb->Lun);
3921 p_sccb->Sccb_idmsg = IDENTIFY(false, p_sccb->Lun);
/linux-master/drivers/scsi/pcmcia/
H A Dnsp_cs.c1233 data->MsgBuffer[i] = IDENTIFY(true, lun); i++;
/linux-master/drivers/scsi/arm/
H A Dfas216.c1794 msgqueue_addmsg(&info->scsi.msgs, 1, IDENTIFY(disconnect_ok, SCpnt->device->lun));
H A Dacornscsi.c1468 * be sent immediately following the IDENTIFY message...'
1655 IDENTIFY(host->device[host->SCpnt->device->id].disconnect_ok,
1988 case PHASE_MSGOUT: /* STATE: connected & sent IDENTIFY message */
2099 * If we reconnected and we're not in MESSAGE IN phase after IDENTIFY,

Completed in 663 milliseconds