Searched refs:__mlx4_cq_clean (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ofed/libmlx4/ |
H A D | cq.c | 714 void __mlx4_cq_clean(struct mlx4_cq *cq, uint32_t qpn, struct mlx4_srq *srq) in __mlx4_cq_clean() function 773 __mlx4_cq_clean(cq, qpn, srq); in mlx4_cq_clean()
|
H A D | mlx4.h | 397 void __mlx4_cq_clean(struct mlx4_cq *cq, uint32_t qpn, struct mlx4_srq *srq);
|
H A D | verbs.c | 1113 __mlx4_cq_clean(to_mcq(ibqp->recv_cq), ibqp->qp_num, in mlx4_destroy_qp() 1116 __mlx4_cq_clean(to_mcq(ibqp->send_cq), ibqp->qp_num, NULL); in mlx4_destroy_qp()
|