Home
last modified time | relevance | path

Searched refs:max_id (Results 1 – 25 of 94) sorted by relevance

1234

/drivers/xen/
Dpcpu.c361 int cpu_id = 0, max_id = 0; in xen_pcpu_id() local
365 while (cpu_id <= max_id) { in xen_pcpu_id()
374 if (op.u.pcpu_info.max_present > max_id) in xen_pcpu_id()
375 max_id = op.u.pcpu_info.max_present; in xen_pcpu_id()
/drivers/scsi/
Dstex.c337 unsigned int max_id; member
589 if (hba->cardtype == st_shasta || id == host->max_id - 1) { in stex_queuecommand_lck()
595 if (id == host->max_id - 1) { in stex_queuecommand_lck()
607 if (id != host->max_id - 1) in stex_queuecommand_lck()
628 ver.console_id = host->max_id - 1; in stex_queuecommand_lck()
1401 .max_id = 17,
1414 .max_id = 129,
1427 .max_id = 2,
1440 .max_id = 129,
1453 .max_id = 129,
[all …]
Deata.c667 max_id : 5; member
687 unchar max_id : 5, /* Max SCSI target ID number */ member
1322 if (info.max_id > 7 && info.max_id < MAX_TARGET) in port_detect()
1323 shost->max_id = info.max_id + 1; in port_detect()
1389 if (shost->max_id > 8 || shost->max_lun > 8) in port_detect()
1392 ha->board_name, shost->max_id, shost->max_lun); in port_detect()
1407 info.forcaddr, info.max_id, info.max_chan, info.large_sg, in port_detect()
1929 for (k = 0; k < shost->max_id; k++) { in eata2x_eh_host_reset()
2467 for (k = 0; k < shost->max_id; k++) in ihdlr()
Dvmw_pvscsi.c1348 u32 max_id; in pvscsi_probe() local
1412 max_id = pvscsi_get_max_targets(adapter); in pvscsi_probe()
1413 printk(KERN_INFO "vmw_pvscsi: max_id: %u\n", max_id); in pvscsi_probe()
1420 pvscsi_ring_pages = (max_id > 16) ? in pvscsi_probe()
1455 host->max_id = max_id; in pvscsi_probe()
Djazz_esp.c146 host->max_id = 8; in esp_jazz_probe()
Du14-34f.c957 sh[j]->max_id = MAX_TARGET; in port_detect()
1008 if (sh[j]->max_id > 8 || sh[j]->max_lun > 8) in port_detect()
1010 BN(j), sh[j]->max_id, sh[j]->max_lun); in port_detect()
1424 for (k = 0; k < sh[j]->max_id; k++) { in u14_34f_eh_host_reset()
1863 for (k = 0; k < sh[j]->max_id; k++) in ihdlr()
Dstorvsc_drv.c1658 host->max_id = STORVSC_FC_MAX_TARGETS; in storvsc_probe()
1664 host->max_id = max_targets; in storvsc_probe()
1670 host->max_id = STORVSC_IDE_MAX_TARGETS; in storvsc_probe()
Dsun3x_esp.c209 host->max_id = 8; in esp_sun3x_probe()
Dscsi_scan.c1630 for (id = 0; id < shost->max_id; ++id) { in scsi_scan_channel()
1644 order_id = shost->max_id - id - 1; in scsi_scan_channel()
1663 ((id != SCAN_WILD_CARD) && (id >= shost->max_id)) || in scsi_scan_host_selected()
Dps3rom.c394 host->max_id = 1; in ps3rom_probe()
Dmac_esp.c507 host->max_id = 8; in esp_mac_probe()
Dhosts.c422 shost->max_id = 8; in scsi_host_alloc()
Dam53c974.c492 shost->max_id = 8; in pci_esp_probe_one()
DFlashPoint.c6204 unsigned char i, k, max_id; in FPT_inisci() local
6211 max_id = 0x08; in FPT_inisci()
6214 max_id = 0x10; in FPT_inisci()
6217 for (i = 0; i < max_id; i++) { in FPT_inisci()
6233 for (i = 0; i < max_id; i++) { in FPT_inisci()
6390 unsigned char i, k, max_id; in FPT_scsavdi() local
6402 max_id = 0x08; in FPT_scsavdi()
6405 max_id = 0x10; in FPT_scsavdi()
6407 for (i = 0; i < max_id; i++) { in FPT_scsavdi()
Dsun_esp.c503 host->max_id = (hme ? 16 : 8); in esp_sbus_probe_one()
/drivers/scsi/aacraid/
Dlinit.c910 class_to_shost(device)->max_id); in aac_show_max_id()
1281 shost->max_id = aac->maximum_num_containers; in aac_probe_one()
1282 if (shost->max_id < aac->maximum_num_physicals) in aac_probe_one()
1283 shost->max_id = aac->maximum_num_physicals; in aac_probe_one()
1284 if (shost->max_id < MAXIMUM_NUM_CONTAINERS) in aac_probe_one()
1285 shost->max_id = MAXIMUM_NUM_CONTAINERS; in aac_probe_one()
1287 shost->this_id = shost->max_id; in aac_probe_one()
/drivers/scsi/ibmvscsi/
Dibmvscsi.c85 static int max_id = 64; variable
108 module_param_named(max_id, max_id, int, S_IRUGO | S_IWUSR);
109 MODULE_PARM_DESC(max_id, "Largest ID value for each channel [Default=64]");
2295 host->max_id = max_id; in ibmvscsi_probe()
2301 host->max_id, host->max_lun, host->max_channel); in ibmvscsi_probe()
/drivers/scsi/snic/
Dsnic_disc.c95 ntgts = min_t(u32, snic->fwinfo.max_tgts, snic->shost->max_id); in snic_queue_report_tgt_req()
97 ntgts = snic->shost->max_id; in snic_queue_report_tgt_req()
/drivers/s390/char/
Dsclp_cmd.c488 u16 max_id; member
552 sclp_max_storage_id = sccb->max_id; in sclp_detect_standby_memory()
/drivers/input/touchscreen/
Datmel_mxt_ts.c1551 u8 min_id, max_id; in mxt_get_object_table() local
1559 max_id = reportid - 1; in mxt_get_object_table()
1562 max_id = 0; in mxt_get_object_table()
1569 min_id, max_id); in mxt_get_object_table()
1611 data->T100_reportid_max = max_id; in mxt_get_object_table()
/drivers/staging/unisys/include/
Diochannel.h177 u32 max_id; /* maximum SCSI ID for devices attached to this member
/drivers/usb/storage/
Dscsiglue.c445 for (i = 1; i < host->max_id; ++i) in usb_stor_report_device_reset()
/drivers/staging/unisys/visorhba/
Dvisorhba_main.c1117 scsihost->max_id = (unsigned)max.max_id; in visorhba_probe()
/drivers/scsi/isci/
Dinit.c594 shost->max_id = ~0; in isci_host_alloc()
/drivers/scsi/esas2r/
Desas2r_main.c406 host->max_id = ESAS2R_MAX_ID + 1; in esas2r_probe()
415 host->this_id = host->max_id + 1; in esas2r_probe()

1234