Searched refs:max_devices (Results 1 – 10 of 10) sorted by relevance
195 __le32 max_devices; member315 u32 max_devices; member
474 config->max_devices = info->max_devices; in iop_get_config_mvfrey()1039 (scp->device->id > hba->max_devices) || in hptiop_queuecommand_lck()1040 ((scp->device->id == (hba->max_devices-1)) && scp->device->lun)) { in hptiop_queuecommand_lck()1379 hba->max_devices = le32_to_cpu(iop_config.max_devices); in hptiop_probe()1404 host->max_id = le32_to_cpu(iop_config.max_devices); in hptiop_probe()
187 __s32 max_devices; member
470 if (item >= map->max_devices) { in crush_choose_firstn()672 if (item >= map->max_devices) { in crush_choose_indep()837 curstep->arg1 < map->max_devices) || in crush_do_rule()
86 static int max_devices; variable2199 devidx = find_first_zero_bit(dev_use, max_devices); in mmc_blk_alloc_req()2200 if (devidx >= max_devices) in mmc_blk_alloc_req()2217 md->name_idx = find_first_zero_bit(name_use, max_devices); in mmc_blk_alloc_req()2696 max_devices = min(MAX_DEVICES, (1 << MINORBITS) / perdev_minors); in mmc_blk_init()
351 u8 *dev_list, int max_devices);
342 u8 *dev_list, int max_devices) in snd_hda_get_devices() argument352 dev_len = dev_len < max_devices ? dev_len : max_devices; in snd_hda_get_devices()
148 static DEVICE_ATTR(max_devices, S_IRUGO, pm8001_ctl_max_devices_show, NULL);
2646 int max_devices = 0; in ftdi_elan_setupOHCI() local2686 if (devices > max_devices) { in ftdi_elan_setupOHCI()2687 max_devices = devices; in ftdi_elan_setupOHCI()
187 c->max_devices = ceph_decode_32(p); in crush_decode()