Searched refs:get_sw_cqe (Results 1 – 2 of 2) sorted by relevance
83 static void *get_sw_cqe(struct mlx5_ib_cq *cq, int n) in get_sw_cqe() function100 return get_sw_cqe(cq, cq->mcq.cons_index); in next_cqe_sw()885 for (prod_index = cq->mcq.cons_index; get_sw_cqe(cq, prod_index); prod_index++) in __mlx5_ib_cq_clean()1045 scqe = get_sw_cqe(cq, i); in copy_resize_cqes()1063 scqe = get_sw_cqe(cq, i); in copy_resize_cqes()
78 static void *get_sw_cqe(struct mlx4_ib_cq *cq, int n) in get_sw_cqe() function89 return get_sw_cqe(cq, cq->mcq.cons_index); in next_cqe_sw()341 while (get_sw_cqe(cq, i)) in mlx4_ib_get_outstanding_cqes()949 for (prod_index = cq->mcq.cons_index; get_sw_cqe(cq, prod_index); ++prod_index) in __mlx4_ib_cq_clean()