Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/nvme/host/
Dfabrics.c628 int ctrl_loss_tmo = NVMF_DEF_CTRL_LOSS_TMO; in nvmf_parse_options() local
755 ctrl_loss_tmo = token; in nvmf_parse_options()
887 if (ctrl_loss_tmo < 0) in nvmf_parse_options()
890 opts->max_reconnects = DIV_ROUND_UP(ctrl_loss_tmo, in nvmf_parse_options()
Dcore.c3539 int ctrl_loss_tmo, err; in nvme_ctrl_loss_tmo_store() local
3541 err = kstrtoint(buf, 10, &ctrl_loss_tmo); in nvme_ctrl_loss_tmo_store()
3545 else if (ctrl_loss_tmo < 0) in nvme_ctrl_loss_tmo_store()
3548 opts->max_reconnects = DIV_ROUND_UP(ctrl_loss_tmo, in nvme_ctrl_loss_tmo_store()
3552 static DEVICE_ATTR(ctrl_loss_tmo, S_IRUGO | S_IWUSR,
Dfc.c3394 int ret, idx, ctrl_loss_tmo; in nvme_fc_init_ctrl() local
3427 ctrl_loss_tmo = opts->max_reconnects * opts->reconnect_delay; in nvme_fc_init_ctrl()
3429 opts->max_reconnects = DIV_ROUND_UP(ctrl_loss_tmo, in nvme_fc_init_ctrl()