Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_cq.c179 static inline struct mthca_cqe *next_cqe_sw(struct mthca_cq *cq) in next_cqe_sw() function
498 cqe = next_cqe_sw(cq); in mthca_poll_one()
928 cq->is_kernel ? !!next_cqe_sw(cq) : 0); in mthca_free_cq()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dcq.c87 static struct mlx4_cqe *next_cqe_sw(struct mlx4_ib_cq *cq) in next_cqe_sw() function
664 cqe = next_cqe_sw(cq); in mlx4_ib_poll_one()
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dcq.c97 static void *next_cqe_sw(struct mlx5_ib_cq *cq) in next_cqe_sw() function
421 cqe = next_cqe_sw(cq); in mlx5_poll_one()