Searched refs:destroy_cq (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | cq.c | 175 mlx5_cmd_exec_in(dev, destroy_cq, din); in mlx5_create_cq() 203 err = mlx5_cmd_exec_in(dev, destroy_cq, in); in mlx5_core_destroy_cq()
|
| /linux/drivers/infiniband/core/ |
| H A D | uverbs_std_types_cq.c | 81 if ((!ib_dev->ops.create_cq && !ib_dev->ops.create_cq_umem) || !ib_dev->ops.destroy_cq) in UVERBS_HANDLER() 296 UAPI_DEF_OBJ_NEEDS_FN(destroy_cq)),
|
| H A D | device.c | 294 IB_MANDATORY_FUNC(destroy_cq), in ib_device_check_mandatory() 2751 SET_DEVICE_OP(dev_ops, destroy_cq); in ib_set_device_ops()
|
| H A D | verbs.c | 2193 ret = cq->device->ops.destroy_cq(cq, udata); in ib_destroy_cq_user()
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | cq.c | 37 static void destroy_cq(struct c4iw_rdev *rdev, struct t4_cq *cq, in destroy_cq() function 990 destroy_cq(&chp->rhp->rdev, &chp->cq, in c4iw_destroy_cq() 1156 destroy_cq(&chp->rhp->rdev, &chp->cq, in c4iw_create_cq()
|
| H A D | provider.c | 469 .destroy_cq = c4iw_destroy_cq,
|
| /linux/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_main.c | 148 .destroy_cq = ocrdma_destroy_cq,
|
| /linux/drivers/infiniband/hw/vmw_pvrdma/ |
| H A D | pvrdma_cq.c | 246 struct pvrdma_cmd_destroy_cq *cmd = &req.destroy_cq; in pvrdma_destroy_cq()
|
| H A D | pvrdma_dev_api.h | 655 struct pvrdma_cmd_destroy_cq destroy_cq; member
|
| /linux/drivers/infiniband/hw/usnic/ |
| H A D | usnic_ib_main.c | 364 .destroy_cq = usnic_ib_destroy_cq,
|
| /linux/drivers/infiniband/hw/qedr/ |
| H A D | main.c | 208 .destroy_cq = qedr_destroy_cq,
|
| /linux/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_main.c | 731 .destroy_cq = hns_roce_destroy_cq,
|
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | main.c | 1345 .destroy_cq = bnxt_re_destroy_cq,
|
| /linux/include/rdma/ |
| H A D | ib_verbs.h | 2518 int (*destroy_cq)(struct ib_cq *cq, struct ib_udata *udata); member
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | main.c | 4269 .destroy_cq = mlx5_ib_destroy_cq,
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | verbs.c | 5361 .destroy_cq = irdma_destroy_cq,
|