Home
last modified time | relevance | path

Searched refs:next_cqe_sw (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/mthca/
Dmthca_cq.c179 static inline struct mthca_cqe *next_cqe_sw(struct mthca_cq *cq) in next_cqe_sw() function
493 cqe = next_cqe_sw(cq); in mthca_poll_one()
920 cq->is_kernel ? !!next_cqe_sw(cq) : 0); in mthca_free_cq()
/Linux-v5.4/drivers/infiniband/hw/mlx4/
Dcq.c88 static struct mlx4_cqe *next_cqe_sw(struct mlx4_ib_cq *cq) in next_cqe_sw() function
678 cqe = next_cqe_sw(cq); in mlx4_ib_poll_one()
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dcq.c93 static void *next_cqe_sw(struct mlx5_ib_cq *cq) in next_cqe_sw() function
436 cqe = next_cqe_sw(cq); in mlx5_poll_one()
/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c1995 static struct hns_roce_cqe *next_cqe_sw(struct hns_roce_cq *hr_cq) in next_cqe_sw() function
2204 cqe = next_cqe_sw(hr_cq); in hns_roce_v1_poll_one()