Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c3858 return scnprintf(buf, PAGE_SIZE, "%d\n", vport->cfg_devloss_tmo); in lpfc_nodev_tmo_show()
3879 if (vport->cfg_devloss_tmo != LPFC_DEF_DEVLOSS_TMO) { in lpfc_nodev_tmo_init()
3880 vport->cfg_nodev_tmo = vport->cfg_devloss_tmo; in lpfc_nodev_tmo_init()
3891 vport->cfg_devloss_tmo = val; in lpfc_nodev_tmo_init()
3922 ndlp->rport->dev_loss_tmo = vport->cfg_devloss_tmo; in lpfc_update_rport_devloss_tmo()
3931 vport->cfg_devloss_tmo); in lpfc_update_rport_devloss_tmo()
3964 vport->cfg_devloss_tmo = val; in lpfc_nodev_tmo_set()
4016 vport->cfg_devloss_tmo = val; in lpfc_vport_param_init()
H A Dlpfc_scsi.c5654 secs_to_jiffies(2*vport->cfg_devloss_tmo)); in lpfc_abort_handler()
5918 later = secs_to_jiffies(2 * vport->cfg_devloss_tmo) + jiffies; in lpfc_chk_tgt_mapped()
5964 later = secs_to_jiffies(2 * vport->cfg_devloss_tmo) + jiffies; in lpfc_reset_flush_io_context()
6083 u32 dev_loss_tmo = vport->cfg_devloss_tmo; in lpfc_target_reset_handler()
H A Dlpfc.h698 uint32_t cfg_devloss_tmo; member
H A Dlpfc_nvme.c2426 rpinfo.dev_loss_tmo = vport->cfg_devloss_tmo; in lpfc_nvme_register_port()
H A Dlpfc_els.c5053 maxretry = vport->cfg_devloss_tmo; in lpfc_els_retry()
H A Dlpfc_init.c5032 fc_host_dev_loss_tmo(shost) = vport->cfg_devloss_tmo; in lpfc_host_attrib_init()