Searched refs:read_counters (Results 1 – 6 of 6) sorted by relevance
95 if (!counters->device->ops.read_counters) in UVERBS_HANDLER()114 ret = counters->device->ops.read_counters(counters, &read_attr, attrs); in UVERBS_HANDLER()
2655 SET_DEVICE_OP(dev_ops, read_counters); in ib_set_device_ops()
324 static void read_counters(struct timespec *rs) in read_counters() function346 read_counters(&rs); in process_interval()613 read_counters(&(struct timespec) { .tv_nsec = t1-t0 }); in __run_perf_stat()
906 int (*read_counters)(struct ib_device *ibdev, member
3394 mcounters->read_counters = read_flow_counters; in counters_set_description()6099 ret = mcounters->read_counters(counters->device, &mread_attr); in mlx5_ib_read_counters()6294 .read_counters = mlx5_ib_read_counters,
2475 int (*read_counters)(struct ib_counters *counters, member