Home
last modified time | relevance | path

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

/openbmc/linux/drivers/message/fusion/
H A Dmptfc.c81 static int mptfc_dev_loss_tmo = MPTFC_DEV_LOSS_TMO; /* reasonable default */ variable
82 module_param(mptfc_dev_loss_tmo, int, 0);
83 MODULE_PARM_DESC(mptfc_dev_loss_tmo, " Initial time the driver programs the "
261 rport->dev_loss_tmo = mptfc_dev_loss_tmo; in mptfc_set_rport_loss_tmo()
465 rport->dev_loss_tmo = mptfc_dev_loss_tmo; in mptfc_register_dev()
1461 if (mptfc_dev_loss_tmo <= 0) in mptfc_init()
1462 mptfc_dev_loss_tmo = MPTFC_DEV_LOSS_TMO; in mptfc_init()