Searched refs:destroy_cq (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cq.c157 (void)cq->device->destroy_cq(cq);
H A Duverbs.h264 IB_UVERBS_DECLARE_CMD(destroy_cq); variable
H A Dib_device.c110 IB_MANDATORY_FUNC(destroy_cq),
H A Dib_verbs.c1392 return cq->device->destroy_cq(cq);
/freebsd-13-stable/contrib/ofed/libmlx4/
H A Dmlx4.c103 .destroy_cq = mlx4_destroy_cq,
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c54 static int destroy_cq(struct c4iw_rdev *rdev, struct t4_cq *cq, function
900 destroy_cq(&chp->rhp->rdev, &chp->cq,
1031 destroy_cq(&chp->rhp->rdev, &chp->cq,
H A Dprovider.c489 ibdev->destroy_cq = c4iw_destroy_cq;
/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Ddev.c90 .destroy_cq = c4iw_destroy_cq,
/freebsd-13-stable/contrib/ofed/libibverbs/
H A Dcompat-1_0.c184 int (*destroy_cq)(struct ibv_cq *cq); member in struct:ibv_context_ops_1_0
H A Dverbs.c482 ret = cq->context->ops.destroy_cq(cq);
H A Dverbs.h1430 int (*destroy_cq)(struct ibv_cq *cq); member in struct:ibv_context_ops
/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dmlx5.c107 .destroy_cq = mlx5_destroy_cq,
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c226 ibdev->destroy_cq = qlnxr_destroy_cq;
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_provider.c1263 dev->ib_dev.destroy_cq = mthca_destroy_cq;
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1991 int (*destroy_cq)(struct ib_cq *cq); member in struct:ib_device
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2628 ibdev->ib_dev.destroy_cq = mlx4_ib_destroy_cq;
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3370 dev->ib_dev.destroy_cq = mlx5_ib_destroy_cq;

Completed in 297 milliseconds