Home
last modified time | relevance | path

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

/Linux-v4.19/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()
350 while (get_sw_cqe(cq, i)) in mlx4_ib_get_outstanding_cqes()
937 for (prod_index = cq->mcq.cons_index; get_sw_cqe(cq, prod_index); ++prod_index) in __mlx4_ib_cq_clean()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dcq.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()
1136 for (prod_index = cq->mcq.cons_index; get_sw_cqe(cq, prod_index); prod_index++) in __mlx5_ib_cq_clean()
1292 scqe = get_sw_cqe(cq, i); in copy_resize_cqes()
1309 scqe = get_sw_cqe(cq, i); in copy_resize_cqes()
/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c2019 static void *get_sw_cqe(struct hns_roce_cq *hr_cq, int n) in get_sw_cqe() function
2030 return get_sw_cqe(hr_cq, hr_cq->cons_index); in next_cqe_sw()
2058 for (prod_index = hr_cq->cons_index; get_sw_cqe(hr_cq, prod_index); in __hns_roce_v1_cq_clean()