Home
last modified time | relevance | path

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

/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()
922 cq->is_kernel ? !!next_cqe_sw(cq) : 0); in mthca_free_cq()
/drivers/infiniband/hw/mlx4/
Dcq.c88 static struct mlx4_cqe *next_cqe_sw(struct mlx4_ib_cq *cq) in next_cqe_sw() function
673 cqe = next_cqe_sw(cq); in mlx4_ib_poll_one()
/drivers/infiniband/hw/mlx5/
Dcq.c94 static void *next_cqe_sw(struct mlx5_ib_cq *cq) in next_cqe_sw() function
457 cqe = next_cqe_sw(cq); in mlx5_poll_one()
/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c510 static void *next_cqe_sw(struct mlx5_vdpa_cq *cq) in next_cqe_sw() function
519 cqe64 = next_cqe_sw(vcq); in mlx5_vdpa_poll_one()
/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
2188 cqe = next_cqe_sw(hr_cq); in hns_roce_v1_poll_one()