Searched refs:osm_node (Results 1 – 9 of 9) sorted by relevance
67 struct osm_node;112 struct osm_node *p_node;246 IN uint8_t port_num, IN const struct osm_node *p_node,1011 static inline struct osm_node *osm_physp_get_node_ptr(IN const osm_physp_t * in osm_physp_get_node_ptr()1190 struct osm_node *p_node;1279 IN struct osm_node *p_parent_node);
97 typedef struct osm_node { struct
62 struct osm_node;
1212 struct osm_node *osm_get_node_by_guid(IN osm_subn_t const *p_subn,
92 IN uint8_t port_num, IN const struct osm_node *p_node, in osm_physp_init()106 p_physp->p_node = (struct osm_node *)p_node; in osm_physp_init()151 p_port->p_node = (struct osm_node *)p_parent_node; in osm_port_new()
1140 osm_node_t *osm_node; in capture_fabric() local1175 osm_node = osm_sw->p_node; in capture_fabric()1177 if (osm_node_get_type(osm_node) != IB_NODE_TYPE_SWITCH) in capture_fabric()1180 port_cnt = osm_node_get_num_physp(osm_node); in capture_fabric()1181 sw_guid = osm_node_get_node_guid(osm_node); in capture_fabric()7807 osm_node_t *osm_node, *r_osm_node; in osm_port_relink_endpoint() local7815 osm_node = osm_port->p_node; in osm_port_relink_endpoint()7817 node_guid = osm_node_get_node_guid(osm_node); in osm_port_relink_endpoint()7822 osm_node_get_type(osm_node) == IB_NODE_TYPE_SWITCH) { in osm_port_relink_endpoint()7824 osm_sw = osm_node->sw; in osm_port_relink_endpoint()[all …]
31 osm_node.c \
118 ${OSM}/opensm/osm_node.h \
6440 OLD_FILES+=usr/include/infiniband/opensm/osm_node.h