Searched refs:aoe_maxsectors (Results 1 – 1 of 1) sorted by relevance
29 static int aoe_maxsectors; variable30 module_param(aoe_maxsectors, int, 0644);31 MODULE_PARM_DESC(aoe_maxsectors,414 if (aoe_maxsectors) in aoeblk_gdalloc()415 blk_queue_max_hw_sectors(q, aoe_maxsectors); in aoeblk_gdalloc()