Home
last modified time | relevance | path

Searched refs:mlx4_cq_clean (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/libmlx4/
H A Dsrq.c314 mlx4_cq_clean(mcq, 0, msrq); in mlx4_destroy_xrc_srq()
H A Dmlx4.h398 void mlx4_cq_clean(struct mlx4_cq *cq, uint32_t qpn, struct mlx4_srq *srq);
H A Dverbs.c1042 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 Dcq.c770 void mlx4_cq_clean(struct mlx4_cq *cq, uint32_t qpn, struct mlx4_srq *srq) in mlx4_cq_clean() function