Searched refs:max_reconnects (Results 1 – 2 of 2) sorted by relevance
476 if (ctrl->opts->max_reconnects == -1 || in nvmf_should_reconnect()477 ctrl->nr_reconnects < ctrl->opts->max_reconnects) in nvmf_should_reconnect()885 opts->max_reconnects = -1; in nvmf_parse_options()887 opts->max_reconnects = DIV_ROUND_UP(ctrl_loss_tmo, in nvmf_parse_options()
107 int max_reconnects; member