Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_attr.c3713 return scnprintf(buf, PAGE_SIZE, "%d\n", vport->cfg_devloss_tmo); in lpfc_nodev_tmo_show()
3734 if (vport->cfg_devloss_tmo != LPFC_DEF_DEVLOSS_TMO) { in lpfc_nodev_tmo_init()
3735 vport->cfg_nodev_tmo = vport->cfg_devloss_tmo; in lpfc_nodev_tmo_init()
3746 vport->cfg_devloss_tmo = val; in lpfc_nodev_tmo_init()
3778 ndlp->rport->dev_loss_tmo = vport->cfg_devloss_tmo; in lpfc_update_rport_devloss_tmo()
3787 vport->cfg_devloss_tmo); in lpfc_update_rport_devloss_tmo()
3820 vport->cfg_devloss_tmo = val; in lpfc_nodev_tmo_set()
3872 vport->cfg_devloss_tmo = val; in lpfc_vport_param_init()
Dlpfc_scsi.c5631 msecs_to_jiffies(2*vport->cfg_devloss_tmo*1000)); in lpfc_abort_handler()
5895 later = msecs_to_jiffies(2 * vport->cfg_devloss_tmo * 1000) + jiffies; in lpfc_chk_tgt_mapped()
5941 later = msecs_to_jiffies(2 * vport->cfg_devloss_tmo * 1000) + jiffies; in lpfc_reset_flush_io_context()
6060 u32 dev_loss_tmo = vport->cfg_devloss_tmo; in lpfc_target_reset_handler()
Dlpfc.h655 uint32_t cfg_devloss_tmo; member
Dlpfc_nvme.c2426 rpinfo.dev_loss_tmo = vport->cfg_devloss_tmo; in lpfc_nvme_register_port()
Dlpfc_els.c4952 maxretry = vport->cfg_devloss_tmo; in lpfc_els_retry()
Dlpfc_init.c5028 fc_host_dev_loss_tmo(shost) = vport->cfg_devloss_tmo; in lpfc_host_attrib_init()