Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.h645 struct mlx5_qp *mlx5_find_qp(struct mlx5_context *ctx, uint32_t qpn);
H A Dcq.c354 (struct mlx5_resource *)mlx5_find_qp(mctx, rsn); in get_req_context()
412 *cur_rsc = (struct mlx5_resource *)mlx5_find_qp(mctx, qpn); in get_qp_ctx()
H A Dqp.c1228 struct mlx5_qp *mlx5_find_qp(struct mlx5_context *ctx, uint32_t qpn) in mlx5_find_qp() function