Searched refs:__mlx5_cq_clean (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ofed/libmlx5/ |
H A D | verbs.c | 1520 __mlx5_cq_clean(to_mcq(ibqp->recv_cq), qp->rsc.rsn, in mlx5_destroy_qp() 1523 __mlx5_cq_clean(to_mcq(ibqp->send_cq), qp->rsc.rsn, NULL); in mlx5_destroy_qp() 2164 __mlx5_cq_clean(to_mcq(wq->cq), in mlx5_modify_wq() 2186 __mlx5_cq_clean(to_mcq(wq->cq), rwq->rsc.rsn, NULL); in mlx5_destroy_wq()
|
H A D | mlx5.h | 609 void __mlx5_cq_clean(struct mlx5_cq *cq, uint32_t qpn, struct mlx5_srq *srq);
|
H A D | cq.c | 1363 void __mlx5_cq_clean(struct mlx5_cq *cq, uint32_t rsn, struct mlx5_srq *srq) in __mlx5_cq_clean() function 1420 __mlx5_cq_clean(cq, qpn, srq); in mlx5_cq_clean()
|