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

/freebsd-10.3-release/contrib/ofed/libmlx4/src/
H A Dcq.c124 static struct mlx4_cqe *next_cqe_sw(struct mlx4_cq *cq) function
206 cqe = next_cqe_sw(cq);
/freebsd-10.3-release/contrib/ofed/libmthca/src/
H A Dcq.c136 static inline struct mthca_cqe *next_cqe_sw(struct mthca_cq *cq) function
306 cqe = next_cqe_sw(cq);
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c178 static inline struct mthca_cqe *next_cqe_sw(struct mthca_cq *cq) function
497 cqe = next_cqe_sw(cq);
936 cq->is_kernel ? !!next_cqe_sw(cq) : 0);
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dcq.c90 static struct mlx4_cqe *next_cqe_sw(struct mlx4_ib_cq *cq) function
617 cqe = next_cqe_sw(cq);

Completed in 117 milliseconds