Home
last modified time | relevance | path

Searched refs:ib_destroy_cq (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c244 ib_destroy_cq(priv->send_cq); in ipoib_transport_dev_init()
247 ib_destroy_cq(priv->recv_cq); in ipoib_transport_dev_init()
266 ib_destroy_cq(priv->send_cq); in ipoib_transport_dev_cleanup()
267 ib_destroy_cq(priv->recv_cq); in ipoib_transport_dev_cleanup()
/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_ib.c539 ib_destroy_cq(smcibdev->roce_cq_send); in smc_ib_setup_per_ibdev()
551 ib_destroy_cq(smcibdev->roce_cq_recv); in smc_ib_cleanup_per_ibdev()
552 ib_destroy_cq(smcibdev->roce_cq_send); in smc_ib_cleanup_per_ibdev()
/OK3568_Linux_fs/kernel/net/rds/
H A Dib_cm.c714 ib_destroy_cq(ic->i_recv_cq); in rds_ib_setup_qp()
717 ib_destroy_cq(ic->i_send_cq); in rds_ib_setup_qp()
1130 ib_destroy_cq(ic->i_send_cq); in rds_ib_conn_path_shutdown()
1136 ib_destroy_cq(ic->i_recv_cq); in rds_ib_conn_path_shutdown()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dmem.c380 ib_destroy_cq(cq); in mlx5_ib_test_wc()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/
H A Dmad.c2076 ib_destroy_cq(ctx->cq); in create_pv_resources()
2109 ib_destroy_cq(ctx->cq); in destroy_pv_resources()
2253 ib_destroy_cq(sqp_ctx->cq); in mlx4_ib_free_sqp_ctx()
H A Dmain.c1259 ib_destroy_cq(to_mxrcd(xrcd)->cq); in mlx4_ib_dealloc_xrcd()
/OK3568_Linux_fs/kernel/include/rdma/
H A Dib_verbs.h3868 static inline void ib_destroy_cq(struct ib_cq *cq) in ib_destroy_cq() function