Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.h646 int mlx5_store_qp(struct mlx5_context *ctx, uint32_t qpn, struct mlx5_qp *qp);
H A Dqp.c1238 int mlx5_store_qp(struct mlx5_context *ctx, uint32_t qpn, struct mlx5_qp *qp) in mlx5_store_qp() function
H A Dverbs.c1379 ret = mlx5_store_qp(ctx, ibqp->qp_num, qp); in create_qp()