Searched refs:scsi_id (Results 26 - 41 of 41) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dinitio.c603 host->scsi_id = i91unvramp->NVM_SCSIInfo[0].NVM_ChSCSIID;
604 host->idmask = ~(1 << host->scsi_id);
619 outb(host->scsi_id << 4, host->addr + TUL_SScsiId);
668 host->bios_addr, host->scsi_id);
1210 outb((host->scsi_id << 4) | (scb->target & 0x0F),
2912 shost->this_id = host->scsi_id; /* Assign HCS index */
H A Desp_scsi.h468 u8 scsi_id; member in struct:esp
543 * esp->scsi_id (assign to esp->host->this_id too)
H A Dinitio.h502 u8 scsi_id; /* 05 */ member in struct:initio_host
H A Dqlogicpti.h364 int scsi_id; member in struct:qlogicpti
H A Dibmmca.c453 static int scsi_id[IM_MAX_HOSTS] = { 7, 7, 7, 7, 7, 7, 7, 7 }; variable
461 module_param_array(scsi_id, int, NULL, 0);
1421 scsi_id[id_base++] = simple_strtoul(token, NULL, 0);
1428 scsi_id[i] = ints[2 * i + 2];
H A Ddc395x.c216 u8 scsi_id; /* 74 Host Adapter SCSI ID */ member in struct:NvRamType
668 eeprom->scsi_id = (u8)cfg_data[CFG_ADAPTER_ID].value;
4095 *d_eeprom++ = 0x04000F07; /* max_tag,delay_time,channel_cfg,scsi_id */
4130 eeprom->scsi_id,
4281 acb->scsi_host->this_id = eeprom->scsi_id;
4315 host->this_id = (int)eeprom->scsi_id;
4324 if (host->max_id - 1 == eeprom->scsi_id)
H A Daic7xxx_old.c973 int scsi_id; /* host adapter SCSI ID */ member in struct:aic7xxx_host
7806 host->this_id = p->scsi_id;
7855 p->host_no, p->scsi_id, p->scsi_id_b);
7880 printk("Channel%s, SCSI ID=%d, ", channel, p->scsi_id);
8005 aic_outb(p, p->scsi_id, SCSIID_ULTRA2);
8009 aic_outb(p, p->scsi_id, SCSIID);
8505 p->scsi_id = p->scsi_id_b = 7;
8547 p->scsi_id = (sc->brtime_id & CFSCSIID);
8788 scsi_conf = (p->scsi_id & HSCSIID);
8824 aic_outb(p, p->scsi_id, SCSICON
[all...]
H A Desp_scsi.c274 if (esp->scsi_id >= 8)
2145 esp->config1 = (ESP_CONFIG1_PENABLE | (esp->scsi_id & 7));
2332 esp->cfreq / 1000000, esp->cfact, esp->scsi_id);
H A Dipr.h710 u8 scsi_id; member in struct:ipr_dev_bus_entry
H A Dsg.c870 __put_user((int) sdp->device->id, &sg_idp->scsi_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c145 u_int scsi_id, char channel);
148 u_int scsi_id, char channel, int force);
2098 ahc_alloc_tstate(struct ahc_softc *ahc, u_int scsi_id, char channel) argument
2106 scsi_id += 8;
2109 if (ahc->enabled_targets[scsi_id] != NULL
2110 && ahc->enabled_targets[scsi_id] != master_tstate)
2135 ahc->enabled_targets[scsi_id] = tstate;
2145 ahc_free_tstate(struct ahc_softc *ahc, u_int scsi_id, char channel, int force) argument
2153 if (((channel == 'B' && scsi_id == ahc->our_id_b)
2154 || (channel == 'A' && scsi_id
[all...]
H A Daic79xx_core.c118 u_int scsi_id, char channel);
121 u_int scsi_id, char channel, int force);
3557 ahd_alloc_tstate(struct ahd_softc *ahd, u_int scsi_id, char channel) argument
3564 if (ahd->enabled_targets[scsi_id] != NULL
3565 && ahd->enabled_targets[scsi_id] != master_tstate)
3589 ahd->enabled_targets[scsi_id] = tstate;
3599 ahd_free_tstate(struct ahd_softc *ahd, u_int scsi_id, char channel, int force) argument
3607 if (scsi_id == ahd->our_id
3611 tstate = ahd->enabled_targets[scsi_id];
3614 ahd->enabled_targets[scsi_id]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_dbf.c877 rec->scsi_id = scsi_cmnd->device->id;
947 zfcp_dbf_out(&p, "scsi_id", "0x%08x", r->scsi_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c4112 int scsi_id = -1; local
4136 scsi_id = sdev->id;
4156 return snprintf(buf, 36, "%d %d %d %d\n", scsi_id, logical_drv,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_scsi.c2322 uint32_t queue_depth, scsi_id; local
2480 scsi_id = cmd->device->id;
2507 if (tmp_sdev->id != scsi_id)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/srp/
H A Dib_srp.c1661 0, target->scsi_id, SCAN_WILD_CARD, 0);

Completed in 278 milliseconds

12