Searched refs:ipr_max_devs (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/
H A Dipr.c99 static unsigned int ipr_max_devs = IPR_DEFAULT_SIS64_DEVS; variable
215 module_param_named(max_devs, ipr_max_devs, int, 0);
8591 ioa_cfg->max_devs_supported = ipr_max_devs;
8596 if (ipr_max_devs > IPR_MAX_SIS64_DEVS)
8601 if (ipr_max_devs > IPR_MAX_PHYSICAL_DEVS)

Completed in 89 milliseconds