Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvme/host/
Dfabrics.c625 int ctrl_loss_tmo = NVMF_DEF_CTRL_LOSS_TMO; in nvmf_parse_options() local
752 ctrl_loss_tmo = token; in nvmf_parse_options()
884 if (ctrl_loss_tmo < 0) in nvmf_parse_options()
887 opts->max_reconnects = DIV_ROUND_UP(ctrl_loss_tmo, in nvmf_parse_options()