Home
last modified time | relevance | path

Searched refs:counter_dealloc (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/infiniband/core/
Dcounters.c74 if (!dev->ops.counter_dealloc || !dev->ops.counter_alloc_stats) in rdma_counter_alloc()
270 counter->device->ops.counter_dealloc(counter); in counter_release()
Ddevice.c2574 SET_DEVICE_OP(dev_ops, counter_dealloc); in ib_set_device_ops()
/Linux-v5.4/include/rdma/
Dib_verbs.h2554 int (*counter_dealloc)(struct rdma_counter *counter); member
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dmain.c6575 .counter_dealloc = mlx5_ib_counter_dealloc,