Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
HDib_cq.c157 (void)cq->device->destroy_cq(cq); in ib_free_cq()
HDuverbs.h262 IB_UVERBS_DECLARE_CMD(destroy_cq);
HDib_device.c110 IB_MANDATORY_FUNC(destroy_cq), in ib_device_check_mandatory()
HDib_verbs.c1392 return cq->device->destroy_cq(cq); in ib_destroy_cq()
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
HDcq.c52 static int destroy_cq(struct c4iw_rdev *rdev, struct t4_cq *cq, in destroy_cq() function
898 destroy_cq(&chp->rhp->rdev, &chp->cq, in c4iw_destroy_cq()
1029 destroy_cq(&chp->rhp->rdev, &chp->cq, in c4iw_create_cq()
HDprovider.c484 ibdev->destroy_cq = c4iw_destroy_cq; in c4iw_register_device()
/freebsd-11-stable/contrib/ofed/libmlx4/
HDmlx4.c103 .destroy_cq = mlx4_destroy_cq,
/freebsd-11-stable/contrib/ofed/libcxgb4/
HDdev.c90 .destroy_cq = c4iw_destroy_cq,
/freebsd-11-stable/contrib/ofed/libibverbs/
HDverbs.c482 ret = cq->context->ops.destroy_cq(cq); in __ibv_destroy_cq()
HDcompat-1_0.c184 int (*destroy_cq)(struct ibv_cq *cq); member
HDverbs.h1430 int (*destroy_cq)(struct ibv_cq *cq); member
/freebsd-11-stable/contrib/ofed/libmlx5/
HDmlx5.c107 .destroy_cq = mlx5_destroy_cq,
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_provider.c1114 dev->ibdev.destroy_cq = iwch_destroy_cq; in iwch_register_device()
/freebsd-11-stable/sys/dev/mthca/
HDmthca_provider.c1263 dev->ib_dev.destroy_cq = mthca_destroy_cq; in mthca_register_device()
/freebsd-11-stable/sys/ofed/include/rdma/
HDib_verbs.h1994 int (*destroy_cq)(struct ib_cq *cq); member
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
HDmlx4_ib_main.c2628 ibdev->ib_dev.destroy_cq = mlx4_ib_destroy_cq; in mlx4_ib_add()
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib_main.c3197 dev->ib_dev.destroy_cq = mlx5_ib_destroy_cq; in mlx5_ib_add()