Searched refs:IDENTIFY (Results 1 – 20 of 20) sorted by relevance
/Linux-v4.19/include/scsi/ |
D | scsi.h | 230 #define IDENTIFY(can_disconnect, lun) (IDENTIFY_BASE |\ macro
|
/Linux-v4.19/Documentation/scsi/ |
D | libsas.txt | 77 IDENTIFY frame or a FIS frame, _before_ notifying the SAS 81 address from the IDENTIFY frame or maybe generate a SAS 85 frame_rcvd -- this is where you copy the IDENTIFY/FIS frame 284 PORTE_BYTES_DMAED -- on receiving an IDENTIFY/FIS frame
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-ata | 106 id: (RO) Cached result of IDENTIFY command, as
|
/Linux-v4.19/Documentation/ioctl/ |
D | hdio.txt | 246 the IDENTIFY DEVICE and IDENTIFY PACKET DEVICE commands in 251 ENOMSG IDENTIFY DEVICE information not available
|
/Linux-v4.19/drivers/scsi/ |
D | esp_scsi.c | 662 *p++ = IDENTIFY(0, lun); in esp_autosense() 807 *p++ = IDENTIFY(1, lun); in esp_maybe_execute_command() 809 *p++ = IDENTIFY(0, lun); in esp_maybe_execute_command()
|
D | aha152x.c | 1538 ADDMSGO(IDENTIFY(RECONNECT, CURRENT_SC->device->lun)); in seldo_run() 1843 ADDMSGO(IDENTIFY(RECONNECT, CURRENT_SC->device->lun)); in msgo_init()
|
D | NCR5380.c | 1163 tmp[0] = IDENTIFY(((instance->irq == NO_IRQ) ? 0 : 1), cmd->device->lun); in NCR5380_select()
|
D | wd33c93.c | 899 hostdata->outgoing_msg[0] = IDENTIFY(0, cmd->device->lun); in wd33c93_intr()
|
D | dc395x.c | 3749 IDENTIFY(dcb->dev_mode & NTC_DO_DISCONNECT, lun); in device_alloc() 3751 dcb->identify_msg = IDENTIFY(0, lun); in device_alloc()
|
D | mesh.c | 1546 ms->msgout[0] = IDENTIFY(ALLOW_RESEL(ms->conn_tgt), in cmd_complete()
|
D | nsp32.c | 376 data->msgoutbuf[pos] = IDENTIFY(mode, SCpnt->device->lun); pos++; in nsp32_build_identify()
|
D | ncr53c8xx.c | 4192 idmsg = IDENTIFY(0, sdev->lun); in ncr_queue_command() 6622 cp->scsi_smsg2[0] = IDENTIFY(0, cmd->device->lun); in ncr_sir_to_redo()
|
/Linux-v4.19/Documentation/driver-api/ |
D | libata.rst | 51 Post-IDENTIFY device configuration 59 Called after IDENTIFY [PACKET] DEVICE is issued to each device found. 984 Also, ATA/ATAPI standard requires that IDENTIFY DEVICE / IDENTIFY PACKET
|
/Linux-v4.19/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 2717 np->msgout[0] = IDENTIFY(0, cp->lun); 3108 cp->scsi_smsg2[0] = IDENTIFY(0, cp->lun); 3460 np->abrt_msg[0] = IDENTIFY(0, lun); 3501 np->abrt_msg[0] = IDENTIFY(0, cp->lun); 5164 msgptr[msglen++] = IDENTIFY(can_disconnect, sdev->lun);
|
/Linux-v4.19/drivers/scsi/pcmcia/ |
D | nsp_cs.c | 1224 data->MsgBuffer[i] = IDENTIFY(TRUE, lun); i++; in nspintr()
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 246 * Our first message must be one of IDENTIFY, ABORT, or 334 * reselected, but haven't seen an IDENTIFY message from the target yet. 1935 clr SEQ_FLAGS; /* make note of IDENTIFY */
|
D | aic79xx.seq | 1152 clr SEQ_FLAGS; /* make note of IDENTIFY */
|
/Linux-v4.19/drivers/scsi/arm/ |
D | acornscsi.c | 1694 IDENTIFY(host->device[host->SCpnt->device->id].disconnect_ok, in acornscsi_buildmessages()
|
D | fas216.c | 1784 msgqueue_addmsg(&info->scsi.msgs, 1, IDENTIFY(disconnect_ok, SCpnt->device->lun)); in fas216_start_command()
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 2147 * dump_id: dump IDENTIFY data.
|