Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
HDuverbs.h264 IB_UVERBS_DECLARE_CMD(open_qp);
/freebsd-11-stable/contrib/ofed/libmlx4/
HDmlx4.c242 verbs_set_ctx_op(verbs_ctx, open_qp, mlx4_open_qp); in mlx4_init_context()
/freebsd-11-stable/contrib/ofed/libibverbs/
HDverbs.h1549 struct ibv_qp *(*open_qp)(struct ibv_context *context, member
2105 struct verbs_context *vctx = verbs_get_ctx_op(context, open_qp); in ibv_open_qp()
2110 return vctx->open_qp(context, qp_open_attr); in ibv_open_qp()