Searched refs:destroy_cq (Results 1 – 16 of 16) sorted by relevance
| /freebsd-10-stable/sys/ofed/drivers/infiniband/core/ |
| D | uverbs.h | 194 IB_UVERBS_DECLARE_CMD(destroy_cq);
|
| D | device.c | 93 IB_MANDATORY_FUNC(destroy_cq), in ib_device_check_mandatory()
|
| D | verbs.c | 757 return cq->device->destroy_cq(cq); in ib_destroy_cq()
|
| /freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/ |
| D | cq.c | 52 static int destroy_cq(struct c4iw_rdev *rdev, struct t4_cq *cq, in destroy_cq() function 783 destroy_cq(&chp->rhp->rdev, &chp->cq, in c4iw_destroy_cq() 913 destroy_cq(&chp->rhp->rdev, &chp->cq, in c4iw_create_cq()
|
| D | provider.c | 471 ibdev->destroy_cq = c4iw_destroy_cq; in c4iw_register_device()
|
| /freebsd-10-stable/contrib/ofed/libmthca/src/ |
| D | mthca.c | 119 .destroy_cq = mthca_destroy_cq,
|
| /freebsd-10-stable/contrib/ofed/libmlx4/src/ |
| D | mlx4.c | 122 .destroy_cq = mlx4_destroy_cq,
|
| /freebsd-10-stable/contrib/ofed/libcxgb4/src/ |
| D | dev.c | 91 .destroy_cq = c4iw_destroy_cq,
|
| /freebsd-10-stable/contrib/ofed/libibverbs/include/infiniband/ |
| D | verbs.h | 713 int (*destroy_cq)(struct ibv_cq *cq); member
|
| /freebsd-10-stable/contrib/ofed/libibverbs/src/ |
| D | verbs.c | 317 ret = cq->context->ops.destroy_cq(cq); in __ibv_destroy_cq()
|
| D | compat-1_0.c | 186 int (*destroy_cq)(struct ibv_cq *cq); member
|
| /freebsd-10-stable/sys/dev/cxgb/ulp/iw_cxgb/ |
| D | iw_cxgb_provider.c | 1105 dev->ibdev.destroy_cq = iwch_destroy_cq; in iwch_register_device()
|
| /freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/ |
| D | mthca_provider.c | 1392 dev->ib_dev.destroy_cq = mthca_destroy_cq; in mthca_register_device()
|
| /freebsd-10-stable/sys/ofed/include/rdma/ |
| D | ib_verbs.h | 1325 int (*destroy_cq)(struct ib_cq *cq); member
|
| /freebsd-10-stable/sys/dev/mlx5/mlx5_ib/ |
| D | mlx5_ib_main.c | 2159 dev->ib_dev.destroy_cq = mlx5_ib_destroy_cq; in mlx5_ib_add()
|
| /freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/ |
| D | main.c | 2014 ibdev->ib_dev.destroy_cq = mlx4_ib_destroy_cq; in mlx4_ib_add()
|