Home
last modified time | relevance | path

Searched refs:MLX4_PORTS_NUM (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.h44 #define MLX4_PORTS_NUM 2 macro
153 } port_query_cache[MLX4_PORTS_NUM];
H A Dmlx4.c186 for (i = 0; i < MLX4_PORTS_NUM; ++i) in mlx4_init_context()
H A Dverbs.c157 if (!err && port <= MLX4_PORTS_NUM && port > 0) { in mlx4_query_port()
176 if (port_num <= 0 || port_num > MLX4_PORTS_NUM) in query_port_cache()