Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.h600 int mlx5_alloc_cq_buf(struct mlx5_context *mctx, struct mlx5_cq *cq,
H A Dverbs.c409 if (mlx5_alloc_cq_buf(to_mctx(context), cq, &cq->buf_a, ncqe, cqe_sz)) { in create_cq()
575 err = mlx5_alloc_cq_buf(mctx, cq, cq->resize_buf, cq->resize_cqes, cq->resize_cqe_sz); in mlx5_resize_cq()
H A Dcq.c1481 int mlx5_alloc_cq_buf(struct mlx5_context *mctx, struct mlx5_cq *cq, in mlx5_alloc_cq_buf() function