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

/freebsd-12-stable/contrib/ofed/libibnetdisc/
H A Dibnetdisc.h138 #define LINES_MAX_NUM 36 macro
140 ibnd_node_t *linenode[LINES_MAX_NUM + 1];
H A Dchassis.c711 if((node->ch_slot == LINE_CS && (node->ch_slotnum > (LINES_MAX_NUM + 1))) ||
853 if (retval > LINES_MAX_NUM || retval < 1) {
915 for (i = 1; i <= LINES_MAX_NUM; i++) {
/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Dibnetdiscover.c612 for (n = 1; n <= LINES_MAX_NUM; n++) {

Completed in 55 milliseconds