Searched refs:destroy_cq (Results 1 – 17 of 17) sorted by relevance
| /freebsd-11-stable/sys/ofed/drivers/infiniband/core/ |
| HD | ib_cq.c | 157 (void)cq->device->destroy_cq(cq); in ib_free_cq()
|
| HD | uverbs.h | 262 IB_UVERBS_DECLARE_CMD(destroy_cq);
|
| HD | ib_device.c | 110 IB_MANDATORY_FUNC(destroy_cq), in ib_device_check_mandatory()
|
| HD | ib_verbs.c | 1392 return cq->device->destroy_cq(cq); in ib_destroy_cq()
|
| /freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/ |
| HD | cq.c | 52 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()
|
| HD | provider.c | 484 ibdev->destroy_cq = c4iw_destroy_cq; in c4iw_register_device()
|
| /freebsd-11-stable/contrib/ofed/libmlx4/ |
| HD | mlx4.c | 103 .destroy_cq = mlx4_destroy_cq,
|
| /freebsd-11-stable/contrib/ofed/libcxgb4/ |
| HD | dev.c | 90 .destroy_cq = c4iw_destroy_cq,
|
| /freebsd-11-stable/contrib/ofed/libibverbs/ |
| HD | verbs.c | 482 ret = cq->context->ops.destroy_cq(cq); in __ibv_destroy_cq()
|
| HD | compat-1_0.c | 184 int (*destroy_cq)(struct ibv_cq *cq); member
|
| HD | verbs.h | 1430 int (*destroy_cq)(struct ibv_cq *cq); member
|
| /freebsd-11-stable/contrib/ofed/libmlx5/ |
| HD | mlx5.c | 107 .destroy_cq = mlx5_destroy_cq,
|
| /freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/ |
| HD | iw_cxgb_provider.c | 1114 dev->ibdev.destroy_cq = iwch_destroy_cq; in iwch_register_device()
|
| /freebsd-11-stable/sys/dev/mthca/ |
| HD | mthca_provider.c | 1263 dev->ib_dev.destroy_cq = mthca_destroy_cq; in mthca_register_device()
|
| /freebsd-11-stable/sys/ofed/include/rdma/ |
| HD | ib_verbs.h | 1994 int (*destroy_cq)(struct ib_cq *cq); member
|
| /freebsd-11-stable/sys/dev/mlx4/mlx4_ib/ |
| HD | mlx4_ib_main.c | 2628 ibdev->ib_dev.destroy_cq = mlx4_ib_destroy_cq; in mlx4_ib_add()
|
| /freebsd-11-stable/sys/dev/mlx5/mlx5_ib/ |
| HD | mlx5_ib_main.c | 3197 dev->ib_dev.destroy_cq = mlx5_ib_destroy_cq; in mlx5_ib_add()
|