Searched refs:max_devices (Results 1 – 5 of 5) sorted by relevance
| /drivers/scsi/ |
| A D | hptiop.h | 187 __le32 max_devices; member 307 u32 max_devices; member
|
| 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()
|
| /drivers/pci/switch/ |
| A D | switchtec.c | 24 static int max_devices = 16; variable 25 module_param(max_devices, int, 0644); 26 MODULE_PARM_DESC(max_devices, "max number of switchtec device instances"); 1877 rc = alloc_chrdev_region(&switchtec_devt, 0, max_devices, in switchtec_init() 1898 unregister_chrdev_region(switchtec_devt, max_devices); in switchtec_init() 1908 unregister_chrdev_region(switchtec_devt, max_devices); in switchtec_exit()
|
| /drivers/mmc/core/ |
| 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()
|
| /drivers/scsi/pm8001/ |
| A D | pm8001_ctl.c | 225 static DEVICE_ATTR(max_devices, S_IRUGO, pm8001_ctl_max_devices_show, NULL);
|
Completed in 23 milliseconds