Searched refs:get_sw_cqe (Results 1 – 3 of 3) sorted by relevance
/drivers/infiniband/hw/mlx4/ |
D | cq.c | 79 static void *get_sw_cqe(struct mlx4_ib_cq *cq, int n) in get_sw_cqe() function 90 return get_sw_cqe(cq, cq->mcq.cons_index); in next_cqe_sw() 349 while (get_sw_cqe(cq, i)) in mlx4_ib_get_outstanding_cqes() 934 for (prod_index = cq->mcq.cons_index; get_sw_cqe(cq, prod_index); ++prod_index) in __mlx4_ib_cq_clean()
|
/drivers/infiniband/hw/mlx5/ |
D | cq.c | 78 static void *get_sw_cqe(struct mlx5_ib_cq *cq, int n) in get_sw_cqe() function 95 return get_sw_cqe(cq, cq->mcq.cons_index); in next_cqe_sw() 1028 for (prod_index = cq->mcq.cons_index; get_sw_cqe(cq, prod_index); prod_index++) in __mlx5_ib_cq_clean() 1172 scqe = get_sw_cqe(cq, i); in copy_resize_cqes() 1189 scqe = get_sw_cqe(cq, i); in copy_resize_cqes()
|
/drivers/infiniband/hw/hns/ |
D | hns_roce_hw_v1.c | 1986 static void *get_sw_cqe(struct hns_roce_cq *hr_cq, int n) in get_sw_cqe() function 1997 return get_sw_cqe(hr_cq, hr_cq->cons_index); in next_cqe_sw() 2025 for (prod_index = hr_cq->cons_index; get_sw_cqe(hr_cq, prod_index); in __hns_roce_v1_cq_clean()
|