Searched refs:get_sw_cqe (Results 1 – 2 of 2) sorted by relevance
82 static void *get_sw_cqe(struct mlx5_ib_cq *cq, int n) in get_sw_cqe() function99 return get_sw_cqe(cq, cq->mcq.cons_index); in next_cqe_sw()872 for (prod_index = cq->mcq.cons_index; get_sw_cqe(cq, prod_index); prod_index++) in __mlx5_ib_cq_clean()1032 scqe = get_sw_cqe(cq, i); in copy_resize_cqes()1050 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()332 while (get_sw_cqe(cq, i)) in mlx4_ib_get_outstanding_cqes()940 for (prod_index = cq->mcq.cons_index; get_sw_cqe(cq, prod_index); ++prod_index) in __mlx4_ib_cq_clean()