Lines Matching defs:rport
166 struct lpfc_nvme_rport *rport;
376 rport = lpfc_ndlp_get_nrport(ndlp);
377 if (rport)
378 nrport = rport->remoteport;
419 /* An NVME rport can have multiple roles. */
3647 struct lpfc_nvme_rport *rport;
3656 if (ndlp->rport)
3657 ndlp->rport->dev_loss_tmo = vport->cfg_devloss_tmo;
3660 rport = lpfc_ndlp_get_nrport(ndlp);
3661 if (rport)
3662 remoteport = rport->remoteport;
3664 if (rport && remoteport)
7058 * lpfc_set_rport_loss_tmo - Set the rport dev loss tmo
7059 * @rport: fc rport address.
7067 lpfc_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout)
7069 struct lpfc_rport_data *rdata = rport->dd_data;
7076 rport->dev_loss_tmo = timeout;
7078 rport->dev_loss_tmo = 1;
7081 dev_info(&rport->dev, "Cannot find remote node to "
7082 "set rport dev loss tmo, port_id x%x\n",
7083 rport->port_id);
7092 rport->dev_loss_tmo);
7097 * lpfc_rport_show_function - Return rport target information
7114 struct fc_rport *rport = transport_class_to_rport(dev); \
7115 struct lpfc_rport_data *rdata = rport->hostdata; \