Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c258 verbs_set_ctx_op(verbs_ctx, query_device_ex, mlx4_query_device_ex); in mlx4_init_context()
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h1540 int (*query_device_ex)(struct ibv_context *context, member
2082 vctx = verbs_get_ctx_op(context, query_device_ex); in ibv_query_device_ex()
2086 ret = vctx->query_device_ex(context, input, attr, sizeof(*attr)); in ibv_query_device_ex()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c926 verbs_set_ctx_op(v_ctx, query_device_ex, mlx5_query_device_ex); in mlx5_init_context()