Home
last modified time | relevance | path

Searched refs:max_devices (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/scsi/
Dhptiop.h195 __le32 max_devices; member
315 u32 max_devices; member
Dhptiop.c474 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()
/linux-4.4.14/include/linux/crush/
Dcrush.h187 __s32 max_devices; member
/linux-4.4.14/net/ceph/crush/
Dmapper.c470 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()
/linux-4.4.14/drivers/mmc/card/
Dblock.c86 static int max_devices; variable
2199 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()
/linux-4.4.14/sound/pci/hda/
Dhda_codec.h351 u8 *dev_list, int max_devices);
Dhda_codec.c342 u8 *dev_list, int max_devices) in snd_hda_get_devices() argument
352 dev_len = dev_len < max_devices ? dev_len : max_devices; in snd_hda_get_devices()
/linux-4.4.14/drivers/scsi/pm8001/
Dpm8001_ctl.c148 static DEVICE_ATTR(max_devices, S_IRUGO, pm8001_ctl_max_devices_show, NULL);
/linux-4.4.14/drivers/usb/misc/
Dftdi-elan.c2646 int max_devices = 0; in ftdi_elan_setupOHCI() local
2686 if (devices > max_devices) { in ftdi_elan_setupOHCI()
2687 max_devices = devices; in ftdi_elan_setupOHCI()
/linux-4.4.14/net/ceph/
Dosdmap.c187 c->max_devices = ceph_decode_32(p); in crush_decode()