Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx4/
H A Dcq.c102 static void *get_sw_cqe(struct mlx4_cq *cq, int n) in get_sw_cqe() function
113 return get_sw_cqe(cq, cq->cons_index); in next_cqe_sw()
729 for (prod_index = cq->cons_index; get_sw_cqe(cq, prod_index); ++prod_index) in __mlx4_cq_clean()
781 for (i = cq->cons_index; get_sw_cqe(cq, i); ++i) in mlx4_get_outstanding_cqes()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c80 static void *get_sw_cqe(struct mlx4_ib_cq *cq, int n) in get_sw_cqe() function
91 return get_sw_cqe(cq, cq->mcq.cons_index); in next_cqe_sw()
337 while (get_sw_cqe(cq, i)) in mlx4_ib_get_outstanding_cqes()
928 for (prod_index = cq->mcq.cons_index; get_sw_cqe(cq, prod_index); ++prod_index) in __mlx4_ib_cq_clean()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c79 static void *get_sw_cqe(struct mlx5_ib_cq *cq, int n) in get_sw_cqe() function
96 return get_sw_cqe(cq, cq->mcq.cons_index); in next_cqe_sw()
1051 for (prod_index = cq->mcq.cons_index; get_sw_cqe(cq, prod_index); prod_index++) in __mlx5_ib_cq_clean()
1204 scqe = get_sw_cqe(cq, i); in copy_resize_cqes()
1222 scqe = get_sw_cqe(cq, i); in copy_resize_cqes()
/freebsd/contrib/ofed/libmlx5/
H A Dcq.c81 static void *get_sw_cqe(struct mlx5_cq *cq, int n) in get_sw_cqe() function
98 return get_sw_cqe(cq, cq->cons_index); in next_cqe_sw()
1382 for (prod_index = cq->cons_index; get_sw_cqe(cq, prod_index); ++prod_index) in __mlx5_cq_clean()