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

/linux-master/drivers/infiniband/core/
H A Dcounters.c149 if (!dev->ops.counter_dealloc || !dev->ops.counter_alloc_stats)
160 counter->stats = dev->ops.counter_alloc_stats(counter);
H A Ddevice.c2617 SET_DEVICE_OP(dev_ops, counter_alloc_stats);
/linux-master/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-master/include/rdma/
H A Dib_verbs.h2638 * counter_alloc_stats - Allocate a struct rdma_hw_stats and fill in
2641 struct rdma_hw_stats *(*counter_alloc_stats)( member in struct:ib_device_ops

Completed in 174 milliseconds