Searched refs:max_targets (Results 1 – 12 of 12) sorted by relevance
235 u8 max_targets; /* SCSI0MAXTags */ member
1961 int max_targets; in storvsc_probe() local1972 max_targets = STORVSC_IDE_MAX_TARGETS; in storvsc_probe()1976 max_targets = STORVSC_MAX_TARGETS; in storvsc_probe()2040 host->max_id = max_targets; in storvsc_probe()
628 shost->max_id = info->max_targets[0]; in myrs_get_config()630 if (!info->max_targets[i]) in myrs_get_config()632 if (shost->max_id < info->max_targets[i]) in myrs_get_config()633 shost->max_id = info->max_targets[i]; in myrs_get_config()666 if (!info->max_targets[i]) in myrs_get_config()670 i, info->max_targets[i]); in myrs_get_config()
545 host->max_targets = MAX_TARGETS; in init_orchid()1148 shost->max_id = host->max_targets; in inia100_probe_one()
248 unsigned char max_targets; /* Byte 14 */ member
245 unsigned char max_targets[16]; /* Bytes 180-195 */ member
1097 shost->max_id = enquiry2->max_targets; in myrb_get_hba_config()
839 uint16_t max_targets; /* word 19 */ member
884 uint16_t max_targets; /* word 19 */ member
1409 int max_targ = sc->max_targets & CFMAXTARG; in ahc_parse_pci_eeprom()
7622 max_targ = sc->max_targets & CFMAXTARG; in ahd_parse_cfgdata()
39 static unsigned int max_targets = IBMVFC_MAX_TARGETS; variable89 module_param_named(max_targets, max_targets, uint, S_IRUGO);90 MODULE_PARM_DESC(max_targets, "Maximum allowed targets. "5941 vhost->disc_buf_sz = sizeof(*vhost->disc_buf) * max_targets; in ibmvfc_alloc_mem()6074 shost->max_id = max_targets; in ibmvfc_probe()
Completed in 73 milliseconds