mptfc_dev_loss_tmo   81 drivers/message/fusion/mptfc.c static int mptfc_dev_loss_tmo = MPTFC_DEV_LOSS_TMO;	/* reasonable default */
mptfc_dev_loss_tmo   82 drivers/message/fusion/mptfc.c module_param(mptfc_dev_loss_tmo, int, 0);
mptfc_dev_loss_tmo   83 drivers/message/fusion/mptfc.c MODULE_PARM_DESC(mptfc_dev_loss_tmo, " Initial time the driver programs the "
mptfc_dev_loss_tmo  261 drivers/message/fusion/mptfc.c 		rport->dev_loss_tmo = mptfc_dev_loss_tmo;
mptfc_dev_loss_tmo  465 drivers/message/fusion/mptfc.c 				rport->dev_loss_tmo = mptfc_dev_loss_tmo;
mptfc_dev_loss_tmo 1462 drivers/message/fusion/mptfc.c 	if (mptfc_dev_loss_tmo <= 0)
mptfc_dev_loss_tmo 1463 drivers/message/fusion/mptfc.c 		mptfc_dev_loss_tmo = MPTFC_DEV_LOSS_TMO;