Home
last modified time | relevance | path

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

/drivers/scsi/lpfc/
Dlpfc_attr.c1862 val = vport->cfg_devloss_tmo; in lpfc_nodev_tmo_show()
1863 return snprintf(buf, PAGE_SIZE, "%d\n", vport->cfg_devloss_tmo); in lpfc_nodev_tmo_show()
1884 if (vport->cfg_devloss_tmo != LPFC_DEF_DEVLOSS_TMO) { in lpfc_nodev_tmo_init()
1885 vport->cfg_nodev_tmo = vport->cfg_devloss_tmo; in lpfc_nodev_tmo_init()
1896 vport->cfg_devloss_tmo = val; in lpfc_nodev_tmo_init()
1924 ndlp->rport->dev_loss_tmo = vport->cfg_devloss_tmo; in lpfc_update_rport_devloss_tmo()
1955 vport->cfg_devloss_tmo = val; in lpfc_nodev_tmo_set()
2003 vport->cfg_devloss_tmo = val; in lpfc_vport_param_init()
Dlpfc_scsi.c2556 (2*vport->cfg_devloss_tmo*HZ)); in lpfc_abort_handler()
2613 later = msecs_to_jiffies(2 * vport->cfg_devloss_tmo * 1000) + jiffies; in lpfc_device_reset_handler()
2694 later = msecs_to_jiffies(2 * vport->cfg_devloss_tmo * 1000) + jiffies; in lpfc_device_reset_handler()
2794 later = msecs_to_jiffies(2 * vport->cfg_devloss_tmo * 1000) + jiffies; in lpfc_bus_reset_handler()
2916 rport->dev_loss_tmo = vport->cfg_devloss_tmo; in lpfc_slave_configure()
Dlpfc.h363 uint32_t cfg_devloss_tmo; member