Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/aoe/
H A Daoecmd.c28 static int aoe_deadsecs = 60 * 3; variable
29 module_param(aoe_deadsecs, int, 0644);
30 MODULE_PARM_DESC(aoe_deadsecs, "After aoe_deadsecs seconds, give up and fail dev.");
773 if (aoe_deadsecs in rexmit_timer()
774 && n > aoe_deadsecs in rexmit_timer()
788 if (aoe_deadsecs && utgts > 0 in rexmit_timer()
789 && (n > aoe_deadsecs / utgts || n > HARD_SCORN_SECS)) in rexmit_timer()
/openbmc/linux/Documentation/admin-guide/aoe/
H A Daoe.rst132 The aoe_deadsecs module parameter determines the maximum number of
134 response to an AoE command. After aoe_deadsecs seconds have