Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/host/
Dfabrics.c617 int ctrl_loss_tmo = NVMF_DEF_CTRL_LOSS_TMO; in nvmf_parse_options() local
748 ctrl_loss_tmo = token; in nvmf_parse_options()
830 if (ctrl_loss_tmo < 0) in nvmf_parse_options()
833 opts->max_reconnects = DIV_ROUND_UP(ctrl_loss_tmo, in nvmf_parse_options()