Lines Matching defs:rport
5003 struct fc_rport *rport;
5007 rport = fcport->drport ? fcport->drport : fcport->rport;
5010 if (rport) {
5012 "%s %8phN. rport %p roles %x\n",
5013 __func__, fcport->port_name, rport,
5014 rport->roles);
5016 fc_remote_port_delete(rport);
5586 struct fc_rport *rport;
5597 fcport->rport = rport = fc_remote_port_add(vha->host, 0, &rport_ids);
5598 if (!rport) {
5605 *((fc_port_t **)rport->dd_data) = fcport;
5608 rport->supported_classes = fcport->supported_classes;
5623 "%s %8phN. rport %p is %s mode\n",
5624 __func__, fcport->port_name, rport,
5628 fc_remote_port_rolechg(rport, rport_ids.roles);
6516 /* Go with deferred removal of rport references. */