Searched refs:__mlx5_ib_cq_clean (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/ |
A D | cq.c | 1071 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 rsn, struct mlx5_ib_srq *srq) in __mlx5_ib_cq_clean() function 1128 __mlx5_ib_cq_clean(cq, qpn, srq); in mlx5_ib_cq_clean()
|
A D | mlx5_ib.h | 1237 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq);
|
A D | qp.c | 2696 __mlx5_ib_cq_clean(recv_cq, base->mqp.qpn, in destroy_qp_common() 2699 __mlx5_ib_cq_clean(send_cq, base->mqp.qpn, in destroy_qp_common()
|
Completed in 21 milliseconds