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

/freebsd-11.0-release/contrib/ofed/management/infiniband-diags/include/
H A Dibnetdiscover.h38 #define MAXHOPS 63 macro
/freebsd-11.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dibnetdiscover.c97 Node *nodesdist[MAXHOPS+1]; /* last is Ca list */
275 dist = MAXHOPS; /* special Ca list */
412 for (dist = 0; dist < MAXHOPS; dist++) {
716 for (node = nodesdist[MAXHOPS]; node; node = node->dnext) {
777 for (node = nodesdist[MAXHOPS]; node; node = node->dnext) {
843 for (node = nodesdist[MAXHOPS]; node; node = node->dnext) {
878 for (b = 0; b <= MAXHOPS; b++)
893 for (b = 0; b <= MAXHOPS; b++)
H A Dibtracert.c56 #define MAXHOPS 63 macro
116 Node *nodesdist[MAXHOPS];
249 int maxhops = MAXHOPS;
333 IBWARN("no route found after %d hops", MAXHOPS);
519 for (dist = 0; dist < MAXHOPS; dist++) {
H A Dgrouping.c56 extern Node *nodesdist[MAXHOPS+1]; /* last is CA list */
763 for (dist = 0; dist <= MAXHOPS; ) {
781 dist = MAXHOPS; /* skip to CAs */

Completed in 174 milliseconds