Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Dcounters.c149 if (!dev->ops.counter_dealloc || !dev->ops.counter_alloc_stats) in alloc_and_bind()
160 counter->stats = dev->ops.counter_alloc_stats(counter); in alloc_and_bind()
H A Ddevice.c2613 SET_DEVICE_OP(dev_ops, counter_alloc_stats); in ib_set_device_ops()
/linux/drivers/infiniband/hw/mlx5/
H A Dcounters.c1030 .counter_alloc_stats = mlx5_ib_counter_alloc_stats,
1046 .counter_alloc_stats = mlx5_ib_counter_alloc_stats,
/linux/include/rdma/
H A Dib_verbs.h2641 struct rdma_hw_stats *(*counter_alloc_stats)( member