Searched refs:mlx5_parse_cqe (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ofed/libmlx5/ |
H A D | cq.c | 508 static inline int mlx5_parse_cqe(struct mlx5_cq *cq, 516 static inline int mlx5_parse_cqe(struct mlx5_cq *cq, in mlx5_parse_cqe() function 705 return mlx5_parse_cqe(cq, cqe64, cqe, &cq->cur_rsc, &cq->cur_srq, NULL, cqe_ver, 1); in mlx5_parse_lazy_cqe() 726 return mlx5_parse_cqe(cq, cqe64, cqe, cur_rsc, cur_srq, wc, cqe_ver, 0); in mlx5_poll_one()
|