Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dcq.c71 static void *get_buf_cqe(struct mlx5_buf *buf, int n, int cqe_sz) in get_buf_cqe() function
1450 scqe = get_buf_cqe(cq->active_buf, i & cq->active_cqes, ssize); in mlx5_cq_resize_copy_cqes()
1459 dcqe = get_buf_cqe(cq->resize_buf, (i + 1) & (cq->resize_cqes - 1), dsize); in mlx5_cq_resize_copy_cqes()
1466 scqe = get_buf_cqe(cq->active_buf, i & cq->active_cqes, ssize); in mlx5_cq_resize_copy_cqes()