aoe_maxsectors     29 drivers/block/aoe/aoeblk.c static int aoe_maxsectors;
aoe_maxsectors     30 drivers/block/aoe/aoeblk.c module_param(aoe_maxsectors, int, 0644);
aoe_maxsectors     31 drivers/block/aoe/aoeblk.c MODULE_PARM_DESC(aoe_maxsectors,
aoe_maxsectors    415 drivers/block/aoe/aoeblk.c 	if (aoe_maxsectors)
aoe_maxsectors    416 drivers/block/aoe/aoeblk.c 		blk_queue_max_hw_sectors(q, aoe_maxsectors);