Lines Matching refs:port

160 		/* Is there a peer port ? */
164 /* If peer port is Leaf 1, use its chassis GUID */
275 /* IPR FCR modules connectivity while using sFB4 port as reference */
385 Port *port;
398 /* (which is lid of chassis router port) */
399 /* in such case node->ports is actually a requested port... */
403 for (port = node->ports; port; port = port->next) {
404 if (!port->remoteport)
406 remnode = port->remoteport->node;
409 get_router_slot(remnode, port);
414 get_sfb_slot(node, port->remoteport);
420 for (port = node->ports; port; port = port->next) {
421 if (port->portnum > 12)
423 if (!port->remoteport)
426 get_slb_slot(ch, port->remoteport);
482 Port *port;
491 for (port = node->ports; port; port = port->next) {
492 if (port->portnum > 12)
495 if (!port->remoteport)
497 remnode = port->remoteport->node;
509 Port *port;
516 for (port = node->ports; port; port = port->next) {
517 if (!port->remoteport)
519 remnode = port->remoteport->node;
556 Port *port = 0;
563 for (port = node->ports; port; port = port->next) {
564 if (!port->remoteport)
566 remnode = port->remoteport->node;
593 is not matching the internal ( anafa ) port
600 ext port | 13 14 15 16 17 18 | 19 20 21 22 23 24
601 int port | 22 23 24 18 17 16 | 22 23 24 18 17 16
602 ext port | 1 2 3 4 5 6 | 7 8 9 10 11 12
603 int port | 19 20 21 15 14 13 | 19 20 21 15 14 13
608 ext port | 13 14 15 16 17 18 | 19 20 21 22 23 24
609 int port | 24 23 22 18 17 16 | 24 23 22 18 17 16
610 ext port | 1 2 3 4 5 6 | 7 8 9 10 11 12
611 int port | 21 20 19 15 14 13 | 21 20 19 15 14 13
615 ext port | - - 5 - - 6 | - - 7 - - 8
616 int port | 24 23 22 18 17 16 | 24 23 22 18 17 16
617 ext port | - - 1 - - 2 | - - 3 - - 4
618 int port | 21 20 19 15 14 13 | 21 20 19 15 14 13
623 ext port | 13 14 15 16 17 18 19 20 21 22 23 24
624 A1 int port| 13 14 15 16 17 18 19 20 21 22 23 24
625 ext port | 1 2 3 4 5 6 7 8 9 10 11 12
626 A2 int port| 13 14 15 16 17 18 19 20 21 22 23 24
647 Returns string with external port index
649 char *portmapstring(Port *port)
652 ChassisRecord *ch = port->node->chrecord;
653 int portnum = port->portnum;
656 Node *node = port->node;