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

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_torus.c8916 bool good_ring = true; local
8919 for (x_tst = 0; x_tst < t->x_sz && good_ring; x_tst++)
8920 good_ring = sw[x_tst][y][z];
8922 for (y_tst = 0; y_tst < t->y_sz && good_ring; y_tst++)
8923 good_ring = sw[x][y_tst][z];
8925 return good_ring;

Completed in 72 milliseconds