Home
last modified time | relevance | path

Searched refs:mlx5_poll_one (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/libmlx5/
H A Dcq.c708 static inline int mlx5_poll_one(struct mlx5_cq *cq,
713 static inline int mlx5_poll_one(struct mlx5_cq *cq, in mlx5_poll_one() function
754 err = mlx5_poll_one(cq, &rsc, &srq, wc + npolled, cqe_ver); in poll_cq()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c514 static int mlx5_poll_one(struct mlx5_ib_cq *cq, in mlx5_poll_one() function
688 if (mlx5_poll_one(cq, &cur_qp, wc + soft_polled + npolled)) in mlx5_ib_poll_cq()