Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx4/
H A Dverbs.c159 if (!mctx->port_query_cache[port - 1].valid) { in mlx4_query_port()
160 mctx->port_query_cache[port - 1].link_layer = in mlx4_query_port()
162 mctx->port_query_cache[port - 1].caps = in mlx4_query_port()
164 mctx->port_query_cache[port - 1].valid = 1; in mlx4_query_port()
178 if (mctx->port_query_cache[port_num - 1].valid) { in query_port_cache()
181 port_query_cache[port_num - 1]. in query_port_cache()
185 port_query_cache[port_num - 1]. in query_port_cache()
H A Dmlx4.c187 context->port_query_cache[i].valid = 0; in mlx4_init_context()
H A Dmlx4.h153 } port_query_cache[MLX4_PORTS_NUM]; member