Searched refs:max_id (Results 26 - 50 of 94) sorted by relevance

1234

/drivers/scsi/
H A DFlashPoint.c6204 unsigned char i, k, max_id; local
6211 max_id = 0x08;
6214 max_id = 0x10;
6217 for (i = 0; i < max_id; i++) {
6233 for (i = 0; i < max_id; i++) {
6390 unsigned char i, k, max_id; local
6402 max_id = 0x08;
6405 max_id = 0x10;
6407 for (i = 0; i < max_id; i++) {
H A Ddc395x.c1096 if (cmd->device->id >= acb->scsi_host->max_id ||
4431 host->max_id = 16;
4432 if (host->max_id - 1 == eeprom->scsi_id)
4433 host->max_id--;
4641 SPRINTF("MaxID %i, MaxLUN %llu, ", host->max_id, host->max_lun);
H A Dtmscsim.c2464 shost->max_id = 8;
2466 if (shost->max_id - 1 ==
2468 shost->max_id--;
H A Da100u2w.c1154 shost->max_id = host->max_targets;
H A Datp870u.c2737 shpnt->max_id = 16;
2908 shpnt->max_id = 16;
2994 shpnt->max_id = 16;
2996 shpnt->max_id = 8;
H A Deata_pio.c772 sh->max_id = 8;
H A Discsi_tcp.c839 shost->max_id = 0;
H A Dscsi_debug.c388 hpnt->max_id = scsi_debug_num_tgts + 1;
390 hpnt->max_id = scsi_debug_num_tgts;
4614 hpnt->max_id = scsi_debug_num_tgts + 1;
4616 hpnt->max_id = scsi_debug_num_tgts;
H A Dvirtio_scsi.c983 shost->max_id = num_targets;
H A Dxen-scsifront.c786 host->max_id = VSCSIIF_MAX_TARGET;
H A D3w-9xxx.c2107 host->max_id = TW_MAX_UNITS_9650SE;
2109 host->max_id = TW_MAX_UNITS;
/drivers/scsi/esas2r/
H A Desas2r_main.c410 host->max_id = ESAS2R_MAX_ID + 1;
419 host->this_id = host->max_id + 1;
/drivers/scsi/aic94xx/
H A Daic94xx_init.c778 shost->max_id = ~0;
/drivers/scsi/csiostor/
H A Dcsio_init.c638 shost->max_id = min_t(uint32_t, csio_fcoe_rnodes,
/drivers/scsi/fnic/
H A Dfnic_main.c700 host->max_id = FNIC_MAX_FCP_TARGET;
/drivers/scsi/mvsas/
H A Dmv_init.c476 shost->max_id = MVS_MAX_DEVICES;
/drivers/scsi/qla2xxx/
H A Dqla_mid.c490 host->max_id = ha->max_fibre_devices;
/drivers/staging/rts5208/
H A Drtsx.c962 /* set the supported max_lun and max_id for the scsi host
963 * NOTE: the minimal value of max_id is 1 */
964 host->max_id = 1;
/drivers/usb/storage/
H A Duas.c922 shost->max_id = 1;
H A Dusb.c991 us_to_host(us)->max_id = 1;
/drivers/message/fusion/
H A Dmptbase.c3243 int max_id; local
3290 max_id = (ioc->bus_type == SAS) ? pfacts->PortSCSIID :
3292 ioc->devices_per_bus = (max_id > 255) ? 256 : max_id;
3293 ioc->number_of_buses = (ioc->devices_per_bus < 256) ? 1 : max_id/256;
3302 ioc->number_of_buses = (max_id > 255) ? 255 : max_id;
H A Dmptfc.c1259 sh->max_id = ioc->pfacts->MaxDevices;
H A Dmptspi.c1446 * max_id = 1 + actual max id,
1450 sh->max_id = ioc->devices_per_bus;
/drivers/scsi/bfa/
H A Dbfad_im.c549 im_port->shost->max_id = MAX_FCP_TARGET;
/drivers/scsi/pm8001/
H A Dpm8001_init.c563 shost->max_id = PM8001_MAX_DEVICES;

Completed in 764 milliseconds

1234