Searched refs:max_id (Results 51 - 75 of 124) sorted by relevance

12345

/linux-master/drivers/scsi/
H A DFlashPoint.c6176 unsigned char i, k, max_id; local
6183 max_id = 0x08;
6186 max_id = 0x10;
6189 for (i = 0; i < max_id; i++) {
6205 for (i = 0; i < max_id; i++) {
6362 unsigned char i, k, max_id; local
6374 max_id = 0x08;
6377 max_id = 0x10;
6379 for (i = 0; i < max_id; i++) {
H A Ddc395x.c976 if (cmd->device->id >= acb->scsi_host->max_id ||
4252 host->max_id = 16;
4253 if (host->max_id - 1 == eeprom->scsi_id)
4254 host->max_id--;
4460 seq_printf(m, "MaxID %i, MaxLUN %llu, ", host->max_id, host->max_lun);
H A Da100u2w.c1146 shost->max_id = host->max_targets;
H A Dxen-scsifront.c925 host->max_id = VSCSIIF_MAX_TARGET;
H A Discsi_tcp.c943 shost->max_id = 0;
H A Dvirtio_scsi.c962 shost->max_id = num_targets;
H A Dmyrs.c626 shost->max_id = info->max_targets[0];
630 if (shost->max_id < info->max_targets[i])
631 shost->max_id = info->max_targets[i];
1784 ldev_num = sdev->id + chan_offset * sdev->host->max_id;
H A D3w-9xxx.c2076 host->max_id = TW_MAX_UNITS_9650SE;
2078 host->max_id = TW_MAX_UNITS;
H A Dqlogicpti.c1324 host->max_id = MAX_TARGETS;
H A Dscsi_transport_spi.c597 return sprintf(buf, "%s\n", shost->max_id == 16 ? "wide" : "narrow");
H A Datp870u.c1353 shpnt->max_id = wide_chip ? 16 : 8;
1439 shpnt->max_id = 16;
1548 shpnt->max_id = 16;
/linux-master/drivers/scsi/esas2r/
H A Desas2r_main.c400 host->max_id = ESAS2R_MAX_ID + 1;
409 host->this_id = host->max_id + 1;
/linux-master/drivers/s390/scsi/
H A Dzfcp_scsi.c489 adapter->scsi_host->max_id = 511;
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_init.c743 shost->max_id = ~0;
/linux-master/drivers/scsi/mvsas/
H A Dmv_init.c426 shost->max_id = MVS_MAX_DEVICES;
/linux-master/drivers/usb/storage/
H A Dusb.c1008 /* max_id is 8 initially, so no need to set it here */
1011 us_to_host(us)->max_id = 1;
H A Duas.c1010 shost->max_id = 1;
/linux-master/drivers/staging/rts5208/
H A Drtsx.c886 * set the supported max_lun and max_id for the scsi host
887 * NOTE: the minimal value of max_id is 1
889 host->max_id = 1;
/linux-master/drivers/scsi/csiostor/
H A Dcsio_init.c628 shost->max_id = min_t(uint32_t, csio_fcoe_rnodes,
/linux-master/drivers/target/loopback/
H A Dtcm_loop.c335 sh->max_id = 2;
/linux-master/drivers/message/fusion/
H A Dmptbase.c3252 int max_id; local
3299 max_id = (ioc->bus_type == SAS) ? pfacts->PortSCSIID :
3301 ioc->devices_per_bus = (max_id > 255) ? 256 : max_id;
3302 ioc->number_of_buses = (ioc->devices_per_bus < 256) ? 1 : max_id/256;
3311 ioc->number_of_buses = (max_id > 255) ? 255 : max_id;
H A Dmptspi.c1440 * max_id = 1 + actual max id,
1444 sh->max_id = ioc->devices_per_bus;
H A Dmptfc.c1286 sh->max_id = ioc->pfacts->MaxDevices;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_mid.c551 host->max_id = ha->max_fibre_devices;
/linux-master/drivers/scsi/bfa/
H A Dbfad_im.c560 im_port->shost->max_id = MAX_FCP_TARGET;

Completed in 352 milliseconds

12345