Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dsrq.c209 struct mlx5_srq *mlx5_find_srq(struct mlx5_context *ctx, uint32_t srqn) in mlx5_find_srq() function
H A Dmlx5.h650 struct mlx5_srq *mlx5_find_srq(struct mlx5_context *ctx, uint32_t srqn);
H A Dcq.c429 *cur_srq = mlx5_find_srq(mctx, srqn); in get_srq_ctx()