Searched refs:max_devices (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/scsi/ |
H A D | hptiop.h | 187 __le32 max_devices; member 307 u32 max_devices; member
|
H A D | hptiop.c | 466 config->max_devices = info->max_devices; in iop_get_config_mvfrey() 1026 (scp->device->id > hba->max_devices) || in hptiop_queuecommand_lck() 1027 ((scp->device->id == (hba->max_devices-1)) && scp->device->lun)) { in hptiop_queuecommand_lck() 1366 hba->max_devices = le32_to_cpu(iop_config.max_devices); in hptiop_probe() 1391 host->max_id = le32_to_cpu(iop_config.max_devices); in hptiop_probe()
|
/linux/include/linux/crush/ |
H A D | crush.h | 245 __s32 max_devices; member
|
/linux/net/ceph/crush/ |
H A D | mapper.c | 523 if (item >= map->max_devices) { in crush_choose_firstn() 733 if (item >= map->max_devices) { in crush_choose_indep() 948 curstep->arg1 < map->max_devices) || in crush_do_rule()
|
/linux/include/sound/ |
H A D | hda_codec.h | 361 u8 *dev_list, int max_devices);
|
/linux/fs/f2fs/ |
H A D | super.c | 4266 unsigned int max_devices = MAX_DEVICES; in f2fs_scan_devices() local 4275 max_devices = 1; in f2fs_scan_devices() 4283 array_size(max_devices, in f2fs_scan_devices() 4296 for (i = 0; i < max_devices; i++) { in f2fs_scan_devices() 4302 if (max_devices > 1) { in f2fs_scan_devices() 4342 if (max_devices == 1) in f2fs_scan_devices()
|
/linux/drivers/mmc/core/ |
H A D | block.c | 137 static int max_devices; variable 2591 devidx = ida_alloc_max(&mmc_blk_ida, max_devices - 1, GFP_KERNEL); in mmc_blk_alloc_req() 2994 devidx = ida_alloc_max(&mmc_rpmb_ida, max_devices - 1, GFP_KERNEL); in mmc_blk_alloc_rpmb_part() 3467 max_devices = min(MAX_DEVICES, (1 << MINORBITS) / perdev_minors); in mmc_blk_init()
|
/linux/drivers/scsi/pm8001/ |
H A D | pm8001_ctl.c | 225 static DEVICE_ATTR(max_devices, S_IRUGO, pm8001_ctl_max_devices_show, NULL);
|
/linux/sound/pci/hda/ |
H A D | hda_codec.c | 327 u8 *dev_list, int max_devices) in snd_hda_get_devices() argument 337 dev_len = dev_len < max_devices ? dev_len : max_devices; in snd_hda_get_devices()
|
/linux/net/ceph/ |
H A D | osdmap.c | 465 c->max_devices = ceph_decode_32(p); in crush_decode()
|