Searched refs:target_id (Results 1 - 25 of 32) sorted by relevance

12

/drivers/scsi/aic7xxx/
H A Daic7xxx_proc.c51 u_int target_id, u_int target_offset);
182 u_int our_id, char channel, u_int target_id,
191 target_id, &tstate);
194 copy_info(info, "Target %d Negotiation Settings\n", target_id);
389 u_int target_id; local
394 target_id = i;
398 target_id = i % 8;
402 channel, target_id, i);
181 ahc_dump_target_state(struct ahc_softc *ahc, struct info_str *info, u_int our_id, char channel, u_int target_id, u_int target_offset) argument
H A Daic79xx_proc.c50 u_int target_id);
207 u_int our_id, char channel, u_int target_id)
215 target_id, &tstate);
216 copy_info(info, "Target %d Negotiation Settings\n", target_id);
219 starget = ahd->platform_data->starget[target_id];
377 /*target_id*/i);
206 ahd_dump_target_state(struct ahd_softc *ahd, struct info_str *info, u_int our_id, char channel, u_int target_id) argument
H A Daic79xx_osm.c1281 u_int target_id; local
1285 target_id = 0;
1302 for (; target_id < numtarg; target_id++) {
1308 target_id, &tstate);
1309 ahd_compile_devinfo(&devinfo, ahd->our_id, target_id,
H A Daic7xxx_osm.c1193 u_int target_id; local
1198 target_id = i;
1202 target_id = i % 8;
1205 target_id, &tstate);
1206 ahc_compile_devinfo(&devinfo, our_id, target_id,
H A Daic7xxx_core.c5489 u_int target_id; local
5494 target_id = i;
5498 target_id = i % 8;
5501 target_id, &tstate);
7367 if (ccb->ccb_h.target_id == CAM_TARGET_WILDCARD
7375 if (ccb->ccb_h.target_id >= max_id)
7381 *tstate = ahc->enabled_targets[ccb->ccb_h.target_id];
7422 if (ccb->ccb_h.target_id != our_id) {
7482 && ccb->ccb_h.target_id != CAM_TARGET_WILDCARD) {
7519 target = ccb->ccb_h.target_id;
[all...]
/drivers/scsi/
H A Datp870u.c51 unsigned char i, j, c, target_id, lun,cmdp; local
113 target_id = inb(tmport);
120 if ((target_id & 0x40) != 0) {
121 target_id = (target_id & 0x07) | 0x08;
123 target_id &= 0x07;
128 dev->last_cmd[c] = target_id;
133 dev->r1f[c][target_id] |= j;
147 if (dev->id[c][target_id].last_len != adrcnt)
149 k = dev->id[c][target_id]
712 unsigned char j, target_id; local
[all...]
H A Ddc395x.c280 u8 target_id; /* SCSI Target ID (SCSI Only) */ member in struct:DeviceCtlBlk
782 srb->cmd, dcb->target_id, dcb->target_lun, srb);
791 srb->cmd, dcb->target_id, dcb->target_lun, srb);
799 srb->cmd, dcb->target_id, dcb->target_lun, srb);
809 srb->cmd, dcb->target_id, dcb->target_lun, srb);
825 srb->cmd, dcb->target_id, dcb->target_lun, srb);
840 srb->cmd, dcb->target_id, dcb->target_lun, srb);
850 srb->cmd, dcb->target_id, dcb->target_lun, srb);
986 cmd, dcb->target_id, dcb->target_lun);
1284 dcb->dev_mode = eeprom->target[dcb->target_id]
[all...]
H A Dqlogicpti.h101 u8 target_id; member in struct:Command_Entry
105 u8 target_id; member in struct:Command_Entry
129 u8 target_id; member in struct:Ext_Command_Entry
133 u8 target_id; member in struct:Ext_Command_Entry
153 u8 target_id; member in struct:Marker_Entry
157 u8 target_id; member in struct:Marker_Entry
H A Dqla1280.h750 uint8_t target_id; member in struct:notify_entry
776 uint8_t target_id; member in struct:nack_entry
797 uint8_t target_id; member in struct:atio_entry
820 uint8_t target_id; member in struct:ctio_entry
853 uint8_t target_id; member in struct:ctio_ret_entry
883 uint8_t target_id; member in struct:ctio_a64_entry
913 uint8_t target_id; member in struct:ctio_a64_ret_entry
H A Dstorvsc_drv.c96 u8 target_id; member in struct:vmscsi_request
121 u8 target_id; member in struct:vmstorage_channel_properties
273 unsigned char target_id; member in struct:storvsc_device
732 stor_device->target_id
733 = vstor_packet->storage_channel_properties.target_id;
1295 vm_srb->target_id = scmnd->device->id;
1450 host_dev->target = stor_device->target_id;
H A Dadvansys.c308 uchar target_id; member in struct:asc_scsiq_1
1845 uchar target_id; /* Device target identifier. */ member in struct:adv_scsi_req_q
2097 #define AdvResetDevice(asc_dvc, target_id) \
2099 (ADV_DCNT) (target_id))
2697 printk(" target_id %u, target_lun %u, srb_ptr 0x%lx, a_flag 0x%x\n",
2698 q->target_id, q->target_lun, (ulong)q->srb_ptr, q->a_flag);
6908 target_bit = ADV_TID_TO_TIDMASK(scsiq->target_id);
7078 ASC_SCSI_BIT_ID_TYPE target_id; local
7105 target_id = (uchar)ASC_TID_TO_TARGET_ID(tid_no);
7106 if (asc_dvc->pci_fix_asyn_xfer & target_id) {
7727 ASC_SCSI_BIT_ID_TYPE target_id; local
8740 ASC_SCSI_BIT_ID_TYPE target_id; local
[all...]
H A Dips.c1862 scb->target_id = scb->scsi_cmd->device->id;
1931 scb->target_id = scb->scsi_cmd->device->id;
2739 scb->target_id = SC->device->id;
2807 ~(1 << scb->target_id);
2817 ~(1 << scb->target_id);
3318 ha->dcdb_active[scb->bus - 1] &= ~(1 << scb->target_id);
3582 if (scb->target_id == IPS_ADAPTER_ID) {
3663 scb->cmd.basic_io.log_drv = scb->target_id;
3709 scb->cmd.basic_io.log_drv = scb->target_id;
3805 if (ha->conf->dev[scb->bus - 1][scb->target_id]
[all...]
H A Dscsi_transport_iscsi.c804 id = session->target_id;
996 unsigned int target_id; local
1003 if (session->target_id == ISCSI_MAX_TARGET) {
1009 target_id = session->target_id;
1010 session->target_id = ISCSI_MAX_TARGET;
1015 ida_simple_remove(&iscsi_sess_ida, target_id);
1058 int iscsi_add_session(struct iscsi_cls_session *session, unsigned int target_id) argument
1069 if (target_id == ISCSI_MAX_TARGET) {
1077 session->target_id
1117 iscsi_create_session(struct Scsi_Host *shost, struct iscsi_transport *transport, int dd_size, unsigned int target_id) argument
[all...]
H A Dultrastor.c183 unsigned char target_id: 3; /* target SCSI id */ member in struct:mscp
342 fmt[21 + i*2] = '0' + config->mscp[i].target_id;
736 my_mscp->target_id = SCpnt->device->id;
H A Dnsp32.h466 u8 target_id; /* target/host device id */ member in struct:_nsp32_autoparam
H A Dgdth_proc.c314 'A'+i,pdi->target_id,pdi->lun,hrec);
334 if (pds->list[k].tid == pdi->target_id &&
H A Dips.h1094 uint8_t target_id; member in struct:ips_scb
1121 uint8_t target_id; member in struct:ips_scb_pt
H A Dgdth.h388 u8 target_id; /* target ID of device */ member in struct:__anon4280
/drivers/block/
H A Dosdblk.c598 int target_id, rc; local
607 target_id = (int) ul;
608 if (target_id != ul)
616 if (osdev->id == target_id) {
H A Drbd.c2512 int target_id, rc; local
2521 target_id = (int) ul;
2522 if (target_id != ul)
2527 rbd_dev = __rbd_get_dev(target_id);
/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.h124 u_char target_id; member in struct:Symbios_nvram::Symbios_scam
/drivers/scsi/megaraid/
H A Dmegaraid_sas.h874 u8 target_id; /*04h */ member in struct:megasas_header
941 u8 target_id; /*04h */ member in struct:megasas_io_frame
970 u8 target_id; /*04h */ member in struct:megasas_pthru_frame
1076 u8 target_id; /*04h */ member in struct:megasas_stp_frame
1144 u16 target_id; member in struct:megasas_evtarg_ld
H A Dmegaraid_sas_base.c1122 pthru->target_id = device_id;
1216 ldio->target_id = device_id;
1372 printk(KERN_ERR "megasas[%d]: frame count : 0x%x, Cmd : 0x%x, Tgt id : 0x%x, lba lo : 0x%x, lba_hi : 0x%x, sense_buf addr : 0x%x,sge count : 0x%x\n",instance->host->host_no, cmd->frame_count,ldio->cmd,ldio->target_id, ldio->start_lba_lo,ldio->start_lba_hi,ldio->sense_buf_phys_addr_lo,sgcount);
1378 printk(KERN_ERR "megasas[%d]: frame count : 0x%x, Cmd : 0x%x, Tgt id : 0x%x, lun : 0x%x, cdb_len : 0x%x, data xfer len : 0x%x, sense_buf addr : 0x%x,sge count : 0x%x\n",instance->host->host_no,cmd->frame_count,pthru->cmd,pthru->target_id,pthru->lun,pthru->cdb_len , pthru->data_xfer_len,pthru->sense_buf_phys_addr_lo,sgcount);
/drivers/acpi/apei/
H A Dcper.c226 printk("%s""target_id: 0x%016llx\n", pfx, mem->target_id);
/drivers/scsi/ibmvscsi/
H A Dibmvfc.h616 int target_id; member in struct:ibmvfc_target

Completed in 1759 milliseconds

12