Searched refs:counter_dealloc (Results 1 – 4 of 4) sorted by relevance
149 if (!dev->ops.counter_dealloc || !dev->ops.counter_alloc_stats) in alloc_and_bind()315 counter->device->ops.counter_dealloc(counter); in counter_release()
2612 SET_DEVICE_OP(dev_ops, counter_dealloc); in ib_set_device_ops()
1029 .counter_dealloc = mlx5_ib_counter_dealloc,1045 .counter_dealloc = mlx5_ib_counter_dealloc,
2649 int (*counter_dealloc)(struct rdma_counter *counter); member