Lines Matching full:physical

71 /****h* OpenSM/Physical Port
73 * Physical Port
76 * The Physical Port object encapsulates the information needed by the
77 * OpenSM to manage physical ports. The OpenSM allocates one Physical Port
78 * per physical port in the IBA subnet.
80 * In a switch, one multiple Physical Port objects share the same port GUID.
81 * In an end-point, Physical Ports do not share GUID values.
83 * The Physical Port is not thread safe, thus callers must provide
94 /****s* OpenSM: Physical Port/osm_physp_t
99 * This object represents a physical port on a switch, router or end-point.
147 * This pointer is null for switch physical/external ports
159 * Pointer to the parent Node object of this Physical Port.
162 * Pointer to the Physical Port on the other side of the wire.
189 * Each Physical Port has 4 sections of VL Arbitration table.
200 * Physical port switch congestion settings (switches only)
203 * Physical port ca congestion settings (cas only)
206 * Physical port ca congestion control table (cas only)
212 /****f* OpenSM: Physical Port/osm_physp_construct
217 * Constructs a Physical Port.
233 * Port, Physical Port
236 /****f* OpenSM: Physical Port/osm_physp_init
241 * Initializes a Physical Port for use.
263 * [in] Pointer to the parent Node object of this Physical Port.
284 * Port, Physical Port
315 /****f* OpenSM: Physical Port/osm_physp_is_valid
320 * Returns TRUE if the Physical Port has been successfully initialized.
337 * Returns TRUE if the Physical Port has been successfully initialized.
343 * Port, Physical Port
346 /****f* OpenSM: Physical Port/osm_physp_is_healthy
351 * Returns TRUE if the Physical Port has been maked as healthy
368 * Returns TRUE if the Physical Port has been maked as healthy
370 * All physical ports are initialized as "healthy" but may be marked
376 * Port, Physical Port
379 /****f* OpenSM: Physical Port/osm_link_is_healthy
384 * Returns TRUE if the link given by the physical port is health,
385 * and FALSE otherwise. Link is healthy if both its physical ports are
397 * TRUE if both physical ports on the link are healthy, and FALSE otherwise.
398 * All physical ports are initialized as "healthy" but may be marked
404 * Port, Physical Port
407 /****f* OpenSM: Physical Port/osm_physp_set_health
431 * TRUE if the Physical Port should been maked as healthy
440 * Port, Physical Port
443 /****f* OpenSM: Physical Port/osm_physp_set_port_info
448 * Copies the PortInfo attribute into the Physical Port object
474 * Port, Physical Port
477 /****f* OpenSM: Physical Port/osm_physp_set_base_lid
482 * Sets the base lid for this Physical Port.
507 /****f* OpenSM: Physical Port/osm_physp_set_pkey_tbl
512 * Copies the P_Key table into the Physical Port object.
547 * Port, Physical Port
550 /****f* OpenSM: Physical Port/osm_physp_get_pkey_tbl
555 * Returns a pointer to the P_Key table object of the Physical Port object.
582 * Port, Physical Port
585 /****f* OpenSM: Physical Port/osm_physp_set_slvl_tbl
590 * Copies the SLtoVL attribute into the Physical Port object.
624 * Port, Physical Port
627 /****f* OpenSM: Physical Port/osm_physp_get_slvl_tbl
632 * Returns a pointer to the SLtoVL attribute of the Physical Port object.
661 * Port, Physical Port
664 /****f* OpenSM: Physical Port/osm_physp_set_vla_tbl
669 * Copies the VL Arbitration attribute into the Physical Port object.
702 * Port, Physical Port
705 /****f* OpenSM: Physical Port/osm_physp_get_vla_tbl
710 * Returns a pointer to the VL Arbitration table of the Physical Port object.
737 * Port, Physical Port
740 /****f* OpenSM: Physical Port/osm_physp_get_remote
745 * Returns a pointer to the Physical Port on the other side the wire.
761 * Returns a pointer to the Physical Port on the other side of
767 * Port, Physical Port
770 /****f* OpenSM: Physical Port/osm_physp_get_port_guid
775 * Returns the port guid of this physical port.
791 * Returns the port guid of this physical port.
796 * Port, Physical Port
799 /****f* OpenSM: Physical Port/osm_physp_get_subnet_prefix
804 * Returns the subnet prefix for this physical port.
821 * Returns the subnet prefix for this physical port.
826 * Port, Physical Port
829 /****f* OpenSM: Physical Port/osm_physp_link_exists
834 * Returns TRUE if the Physical Port has a link to the specified port.
859 * Returns TRUE if the Physical Port has a link to another port.
865 * Port, Physical Port
868 /****f* OpenSM: Physical Port/osm_physp_link
873 * Sets the pointers to the Physical Ports on the other side the wire.
900 * Port, Physical Port
903 /****f* OpenSM: Physical Port/osm_physp_unlink
908 * Clears the pointers to the Physical Port on the other side the wire.
936 * Port, Physical Port
939 /****f* OpenSM: Physical Port/osm_physp_has_any_link
944 * Returns TRUE if the Physical Port has a link to another port.
964 * Returns TRUE if the Physical Port has a link to another port.
970 * Port, Physical Port
973 /****f* OpenSM: Physical Port/osm_physp_get_port_num
978 * Returns the local port number of this Physical Port.
995 * Returns the local port number of this Physical Port.
1002 /****f* OpenSM: Physical Port/osm_physp_get_node_ptr
1032 /****f* OpenSM: Physical Port/osm_physp_get_port_state
1037 * Returns the port state of this Physical Port.
1054 * Returns the local port number of this Physical Port.
1061 /****f* OpenSM: Physical Port/osm_physp_get_base_lid
1066 * Returns the base lid of this Physical Port.
1083 * Returns the base lid of this Physical Port.
1090 /****f* OpenSM: Physical Port/osm_physp_get_lmc
1095 * Returns the LMC value of this Physical Port.
1112 * Returns the LMC value of this Physical Port.
1119 /****f* OpenSM: Physical Port/osm_physp_get_dr_path_ptr
1139 * [in] Pointer to a Physical Port object.
1147 * Physical Port object
1160 * contains 1 or more Physical Port objects. An end point node has
1161 * one Physical Port per Port. A switch node has more than
1162 * one Physical Port per Port.
1224 * The pointer to physical port used when physical
1225 * characteristics contained in the Physical Port are needed.
1240 * Port, Physical Port, Physical Port Table
1419 /****f* OpenSM: Physical Port/osm_physp_calc_link_mtu
1425 * physical ports MTU CAP values.
1452 /****f* OpenSM: Physical Port/osm_physp_calc_link_op_vls
1458 * physical ports VL CAP values. Allowing user option for a max limit.
1489 /****f* OpenSM: Physical Port/osm_physp_replace_dr_path_with_alternate_dr_path
1556 * Port, Physical Port, Physical Port Table