Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_attr.c3612 return scnprintf(buf, PAGE_SIZE, "%d\n", vport->cfg_devloss_tmo); in lpfc_nodev_tmo_show()
3633 if (vport->cfg_devloss_tmo != LPFC_DEF_DEVLOSS_TMO) { in lpfc_nodev_tmo_init()
3634 vport->cfg_nodev_tmo = vport->cfg_devloss_tmo; in lpfc_nodev_tmo_init()
3645 vport->cfg_devloss_tmo = val; in lpfc_nodev_tmo_init()
3679 ndlp->rport->dev_loss_tmo = vport->cfg_devloss_tmo; in lpfc_update_rport_devloss_tmo()
3688 vport->cfg_devloss_tmo); in lpfc_update_rport_devloss_tmo()
3721 vport->cfg_devloss_tmo = val; in lpfc_nodev_tmo_set()
3773 vport->cfg_devloss_tmo = val; in lpfc_vport_param_init()
Dlpfc.h462 uint32_t cfg_devloss_tmo; member
Dlpfc_scsi.c4869 msecs_to_jiffies(2*vport->cfg_devloss_tmo*1000)); in lpfc_abort_handler()
5130 later = msecs_to_jiffies(2 * vport->cfg_devloss_tmo * 1000) + jiffies; in lpfc_chk_tgt_mapped()
5177 later = msecs_to_jiffies(2 * vport->cfg_devloss_tmo * 1000) + jiffies; in lpfc_reset_flush_io_context()
Dlpfc_els.c3892 maxretry = vport->cfg_devloss_tmo; in lpfc_els_retry()
Dlpfc_init.c4526 fc_host_dev_loss_tmo(shost) = vport->cfg_devloss_tmo; in lpfc_host_attrib_init()