Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/core/
Dcounters.c117 if (!dev->ops.counter_dealloc || !dev->ops.counter_alloc_stats) in alloc_and_bind()
128 counter->stats = dev->ops.counter_alloc_stats(counter); in alloc_and_bind()
Ddevice.c2606 SET_DEVICE_OP(dev_ops, counter_alloc_stats); in ib_set_device_ops()
/Linux-v5.15/drivers/infiniband/hw/mlx5/
Dcounters.c681 .counter_alloc_stats = mlx5_ib_counter_alloc_stats,
691 .counter_alloc_stats = mlx5_ib_counter_alloc_stats,
/Linux-v5.15/include/rdma/
Dib_verbs.h2625 struct rdma_hw_stats *(*counter_alloc_stats)( member