Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/core/
Dcounters.c74 if (!dev->ops.counter_dealloc || !dev->ops.counter_alloc_stats) in rdma_counter_alloc()
85 counter->stats = dev->ops.counter_alloc_stats(counter); in rdma_counter_alloc()
Ddevice.c2566 SET_DEVICE_OP(dev_ops, counter_alloc_stats); in ib_set_device_ops()
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dcounters.c681 .counter_alloc_stats = mlx5_ib_counter_alloc_stats,
/Linux-v5.10/include/rdma/
Dib_verbs.h2589 struct rdma_hw_stats *(*counter_alloc_stats)( member