Home
last modified time | relevance | path

Searched refs:mesh_node_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_mesh.h71 } mesh_node_t; typedef
H A Dosm_ucast_lash.h79 mesh_node_t *node;
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c604 mesh_node_t *node = s->node; in get_switch_metric()
747 mesh_node_t *n, *nn; in remove_edges()
816 mesh_node_t *node = p_lash->switches[sw]->node; in print_axis()
841 mesh_node_t *node = p_lash->switches[sw]->node; in seed_axes()
1138 mesh_node_t *node = s->node; in reorder_node_links()
1503 mesh_node_t *node = sw->node; in osm_mesh_node_delete()
1545 mesh_node_t *node; in osm_mesh_node_create()
1550 if (!(node = sw->node = calloc(1, sizeof(mesh_node_t) + num_ports * sizeof(link_t *)))) in osm_mesh_node_create()
H A Dosm_ucast_lash.c73 mesh_node_t *node = s1->node; in connect_switches()