Home
last modified time | relevance | path

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

/drivers/block/aoe/
Daoecmd.c33 static int aoe_maxout = 64; variable
34 module_param(aoe_maxout, int, 0644);
35 MODULE_PARM_DESC(aoe_maxout,
1560 if (n > aoe_maxout) /* keep it reasonable */ in aoecmd_cfg_rsp()
1561 n = aoe_maxout; in aoecmd_cfg_rsp()