Lines Matching defs:pinfo
283 nvme_fc_attach_to_unreg_lport(struct nvme_fc_port_info *pinfo,
293 if (lport->localport.node_name != pinfo->node_name ||
294 lport->localport.port_name != pinfo->port_name)
319 lport->localport.port_role = pinfo->port_role;
320 lport->localport.port_id = pinfo->port_id;
340 * @pinfo: pointer to information about the port to be registered
354 nvme_fc_register_localport(struct nvme_fc_port_info *pinfo,
379 newrec = nvme_fc_attach_to_unreg_lport(pinfo, template, dev);
423 newrec->localport.node_name = pinfo->node_name;
424 newrec->localport.port_name = pinfo->port_name;
425 newrec->localport.port_role = pinfo->port_role;
426 newrec->localport.port_id = pinfo->port_id;
589 struct nvme_fc_port_info *pinfo)
598 if (rport->remoteport.node_name != pinfo->node_name ||
599 rport->remoteport.port_name != pinfo->port_name)
619 rport->remoteport.port_role = pinfo->port_role;
620 rport->remoteport.port_id = pinfo->port_id;
646 struct nvme_fc_port_info *pinfo)
648 if (pinfo->dev_loss_tmo)
649 rport->remoteport.dev_loss_tmo = pinfo->dev_loss_tmo;
660 * @pinfo: pointer to information about the port to be registered
672 struct nvme_fc_port_info *pinfo,
690 newrec = nvme_fc_attach_to_suspended_rport(lport, pinfo);
700 __nvme_fc_set_dev_loss_tmo(newrec, pinfo);
736 newrec->remoteport.port_role = pinfo->port_role;
737 newrec->remoteport.node_name = pinfo->node_name;
738 newrec->remoteport.port_name = pinfo->port_name;
739 newrec->remoteport.port_id = pinfo->port_id;
742 __nvme_fc_set_dev_loss_tmo(newrec, pinfo);