Searched refs:mlx4_cq_clean (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ofed/libmlx4/ |
H A D | srq.c | 314 mlx4_cq_clean(mcq, 0, msrq); in mlx4_destroy_xrc_srq()
|
H A D | mlx4.h | 398 void mlx4_cq_clean(struct mlx4_cq *cq, uint32_t qpn, struct mlx4_srq *srq);
|
H A D | verbs.c | 1042 mlx4_cq_clean(to_mcq(qp->recv_cq), qp->qp_num, in mlx4_modify_qp() 1045 mlx4_cq_clean(to_mcq(qp->send_cq), qp->qp_num, NULL); in mlx4_modify_qp()
|
H A D | cq.c | 770 void mlx4_cq_clean(struct mlx4_cq *cq, uint32_t qpn, struct mlx4_srq *srq) in mlx4_cq_clean() function
|