Searched refs:axes (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_mesh.h61 int *axes; /* used to hold and reorder assigned axes */ member in struct:_mesh_node
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c818 int c = node->axes[port];
832 * assign axes to the links of the seed switch
834 * axes are numbered 1 to n i.e. +x => 1 -x => 2 etc.
855 if (!node->axes[i])
859 node->axes[i] = c++;
865 if (node->axes[j] || j == i)
873 node->axes[j] = c;
905 if (s->node->axes[i] == axis) {
942 * assign axes to seed switch
948 * induce axes i
1141 int *axes; local
[all...]

Completed in 118 milliseconds