Home
last modified time | relevance | path

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

/linux-6.6.21/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()
/linux-6.6.21/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()
/linux-6.6.21/drivers/infiniband/hw/mlx5/
Dcq.c94 static void *next_cqe_sw(struct mlx5_ib_cq *cq) in next_cqe_sw() function
463 cqe = next_cqe_sw(cq); in mlx5_poll_one()
/linux-6.6.21/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c476 static void *next_cqe_sw(struct mlx5_vdpa_cq *cq) in next_cqe_sw() function
485 cqe64 = next_cqe_sw(vcq); in mlx5_vdpa_poll_one()