Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/aoe/
H A Daoeblk.c28 static int aoe_maxsectors; variable
29 module_param(aoe_maxsectors, int, 0644);
30 MODULE_PARM_DESC(aoe_maxsectors,
392 if (aoe_maxsectors) in aoeblk_gdalloc()
393 blk_queue_max_hw_sectors(gd->queue, aoe_maxsectors); in aoeblk_gdalloc()