Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/core/
H A Dcounters.c154 if (!dev->ops.counter_dealloc || !dev->ops.counter_alloc_stats) in alloc_and_bind()
167 counter->stats = dev->ops.counter_alloc_stats(counter); in alloc_and_bind()
H A Ddevice.c2685 SET_DEVICE_OP(dev_ops, counter_alloc_stats); in ib_set_device_ops()
/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dcounters.c1202 .counter_alloc_stats = mlx5_ib_counter_alloc_stats,
1220 .counter_alloc_stats = mlx5_ib_counter_alloc_stats,
/linux-6.15/include/rdma/
H A Dib_verbs.h2662 struct rdma_hw_stats *(*counter_alloc_stats)( member