Lines Matching refs:remoteport
237 node->ports[1]->remoteport) in out_ids()
239 node->ports[1]->remoteport->portnum); in out_ids()
374 port->remoteport); in out_switch_port()
382 port->remoteport->node->guid, in out_switch_port()
383 port->remoteport->node->nodedesc); in out_switch_port()
385 ext_port_str = out_ext_port(port->remoteport, group); in out_switch_port()
401 node_name(port->remoteport->node), port->remoteport->portnum, in out_switch_port()
403 if (port->remoteport->node->type != IB_NODE_SWITCH) in out_switch_port()
404 fprintf(f, "(%" PRIx64 ") ", port->remoteport->guid); in out_switch_port()
407 port->remoteport->node->type == IB_NODE_SWITCH ? in out_switch_port()
408 port->remoteport->node->smalid : in out_switch_port()
409 port->remoteport->base_lid, in out_switch_port()
421 if (ibnd_is_xsigo_tca(port->remoteport->guid)) in out_switch_port()
423 else if (ibnd_is_xsigo_hca(port->remoteport->guid)) in out_switch_port()
448 node_name(port->remoteport->node), port->remoteport->portnum); in out_ca_port()
449 str = out_ext_port(port->remoteport, group); in out_ca_port()
452 if (port->remoteport->node->type != IB_NODE_SWITCH) in out_ca_port()
453 fprintf(f, " (%" PRIx64 ") ", port->remoteport->guid); in out_ca_port()
456 port->remoteport->node->guid, in out_ca_port()
457 port->remoteport->node->nodedesc); in out_ca_port()
468 port->remoteport->node->type == IB_NODE_SWITCH ? in out_ca_port()
469 port->remoteport->node->smalid : in out_ca_port()
470 port->remoteport->base_lid, in out_ca_port()
508 if (port && port->remoteport) in switch_iter_func()
527 if (port && port->remoteport) in ca_iter_func()
545 if (port && port->remoteport) in router_iter_func()
604 if (port && port->remoteport) in dump_topology()
621 if (port && port->remoteport) in dump_topology()
637 if (port && port->remoteport) in dump_topology()
653 if (port && port->remoteport) in dump_topology()
742 if (port->remoteport) { in dump_ports_report()
744 port->remoteport->node->guid, in dump_ports_report()
745 port->remoteport->node->nodedesc); in dump_ports_report()
749 ports_nt_str_compat(port->remoteport->node), in dump_ports_report()
750 port->remoteport->node->type == IB_NODE_SWITCH ? in dump_ports_report()
751 port->remoteport->node->smalid : in dump_ports_report()
752 port->remoteport->base_lid, in dump_ports_report()
753 port->remoteport->portnum, in dump_ports_report()
754 port->remoteport->guid, nodename, rem_nodename); in dump_ports_report()
800 && (fabric1_port->remoteport in diff_ports()
801 && !fabric2_port->remoteport))) in diff_ports()
805 && (!fabric1_port->remoteport in diff_ports()
806 && fabric2_port->remoteport))) in diff_ports()
811 ((fabric1_port->remoteport in diff_ports()
812 && fabric2_port->remoteport) in diff_ports()
813 && (fabric1_port->remoteport->guid != in diff_ports()
814 fabric2_port->remoteport->guid)))) { in diff_ports()
830 && fabric1_port->remoteport && fabric2_port->remoteport in diff_ports()
831 && memcmp(fabric1_port->remoteport->node->nodedesc, in diff_ports()
832 fabric2_port->remoteport->node->nodedesc, in diff_ports()
841 && fabric1_port->remoteport && fabric2_port->remoteport in diff_ports()
842 && memcmp(fabric1_port->remoteport->node->nodedesc, in diff_ports()
843 fabric2_port->remoteport->node->nodedesc, in diff_ports()
852 && fabric1_port->remoteport && fabric2_port->remoteport in diff_ports()
853 && fabric1_port->remoteport->base_lid != fabric2_port->remoteport->base_lid) { in diff_ports()
889 if (fabric1_port && fabric1_port->remoteport) in diff_iter_func()