Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ofed/libmlx4/
HDcq.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-11-stable/sys/dev/mlx4/mlx4_ib/
HDmlx4_ib_cq.c79 static void *get_sw_cqe(struct mlx4_ib_cq *cq, int n) in get_sw_cqe() function
90 return get_sw_cqe(cq, cq->mcq.cons_index); in next_cqe_sw()
342 while (get_sw_cqe(cq, i)) in mlx4_ib_get_outstanding_cqes()
933 for (prod_index = cq->mcq.cons_index; get_sw_cqe(cq, prod_index); ++prod_index) in __mlx4_ib_cq_clean()
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib_cq.c77 static void *get_sw_cqe(struct mlx5_ib_cq *cq, int n) in get_sw_cqe() function
94 return get_sw_cqe(cq, cq->mcq.cons_index); in next_cqe_sw()
1053 for (prod_index = cq->mcq.cons_index; get_sw_cqe(cq, prod_index); prod_index++) in __mlx5_ib_cq_clean()
1206 scqe = get_sw_cqe(cq, i); in copy_resize_cqes()
1224 scqe = get_sw_cqe(cq, i); in copy_resize_cqes()
/freebsd-11-stable/contrib/ofed/libmlx5/
HDcq.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()