Home
last modified time | relevance | path

Searched refs:max_devs (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/aic94xx/
Daic94xx_hwi.c490 static int max_devs = 0; variable
491 module_param_named(max_devs, max_devs, int, S_IRUGO);
492 MODULE_PARM_DESC(max_devs, "\n"
525 if (max_devs <= asd_ha->hw_prof.max_ddbs || max_devs > 0xFFFF) { in asd_extend_devctx()
526 max_devs = asd_ha->hw_prof.max_ddbs; in asd_extend_devctx()
530 size = (max_devs - asd_ha->hw_prof.max_ddbs + 1) * ASD_DDB_SIZE; in asd_extend_devctx()
535 max_devs); in asd_extend_devctx()
536 max_devs = asd_ha->hw_prof.max_ddbs; in asd_extend_devctx()
548 asd_ha->hw_prof.max_ddbs = max_devs; in asd_extend_devctx()
/drivers/scsi/
Dipr.c215 module_param_named(max_devs, ipr_max_devs, int, 0);
216 MODULE_PARM_DESC(max_devs, "Specify the maximum number of physical devices. "