Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dcq.c82 static void *get_sw_cqe(struct mlx5_ib_cq *cq, int n) in get_sw_cqe() function
99 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()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dcq.c78 static void *get_sw_cqe(struct mlx4_ib_cq *cq, int n) in get_sw_cqe() function
89 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()