Lines Matching defs:pinfo
277 nvme_fc_attach_to_unreg_lport(struct nvme_fc_port_info *pinfo,
287 if (lport->localport.node_name != pinfo->node_name ||
288 lport->localport.port_name != pinfo->port_name)
313 lport->localport.port_role = pinfo->port_role;
314 lport->localport.port_id = pinfo->port_id;
334 * @pinfo: pointer to information about the port to be registered
348 nvme_fc_register_localport(struct nvme_fc_port_info *pinfo,
373 newrec = nvme_fc_attach_to_unreg_lport(pinfo, template, dev);
417 newrec->localport.node_name = pinfo->node_name;
418 newrec->localport.port_name = pinfo->port_name;
419 newrec->localport.port_role = pinfo->port_role;
420 newrec->localport.port_id = pinfo->port_id;
583 struct nvme_fc_port_info *pinfo)
592 if (rport->remoteport.node_name != pinfo->node_name ||
593 rport->remoteport.port_name != pinfo->port_name)
613 rport->remoteport.port_role = pinfo->port_role;
614 rport->remoteport.port_id = pinfo->port_id;
640 struct nvme_fc_port_info *pinfo)
642 if (pinfo->dev_loss_tmo)
643 rport->remoteport.dev_loss_tmo = pinfo->dev_loss_tmo;
654 * @pinfo: pointer to information about the port to be registered
666 struct nvme_fc_port_info *pinfo,
684 newrec = nvme_fc_attach_to_suspended_rport(lport, pinfo);
694 __nvme_fc_set_dev_loss_tmo(newrec, pinfo);
730 newrec->remoteport.port_role = pinfo->port_role;
731 newrec->remoteport.node_name = pinfo->node_name;
732 newrec->remoteport.port_name = pinfo->port_name;
733 newrec->remoteport.port_id = pinfo->port_id;
736 __nvme_fc_set_dev_loss_tmo(newrec, pinfo);