Lines Matching defs:rport
341 struct lpfc_nvme_rport *rport;
551 rport = lpfc_ndlp_get_nrport(ndlp);
552 if (rport)
553 nrport = rport->remoteport;
594 /* An NVME rport can have multiple roles. */
3770 struct lpfc_nvme_rport *rport;
3777 if (ndlp->rport)
3778 ndlp->rport->dev_loss_tmo = vport->cfg_devloss_tmo;
3781 rport = lpfc_ndlp_get_nrport(ndlp);
3782 if (rport)
3783 remoteport = rport->remoteport;
3785 if (rport && remoteport)
6928 * lpfc_set_rport_loss_tmo - Set the rport dev loss tmo
6929 * @rport: fc rport address.
6937 lpfc_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout)
6939 struct lpfc_rport_data *rdata = rport->dd_data;
6946 rport->dev_loss_tmo = timeout;
6948 rport->dev_loss_tmo = 1;
6951 dev_info(&rport->dev, "Cannot find remote node to "
6952 "set rport dev loss tmo, port_id x%x\n",
6953 rport->port_id);
6962 rport->dev_loss_tmo);
6967 * lpfc_rport_show_function - Return rport target information
6984 struct fc_rport *rport = transport_class_to_rport(dev); \
6985 struct lpfc_rport_data *rdata = rport->hostdata; \