Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dcq.c83 static void *get_sw_cqe(struct mlx5_ib_cq *cq, int n) in get_sw_cqe() function
100 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()
/linux-4.4.14/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()
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()