Lines Matching defs:counters
416 /* read the per-device counters */
420 u64 *counters;
426 avail = hfi1_read_cntrs(dd, NULL, &counters);
427 rval = simple_read_from_buffer(buf, count, ppos, counters, avail);
431 /* read the per-device counters */
471 /* read the per-port counters */
475 u64 *counters;
481 avail = hfi1_read_portcntrs(ppd, NULL, &counters);
482 rval = simple_read_from_buffer(buf, count, ppos, counters, avail);
1120 DEBUGFS_OPS("counters", dev_counters_read, NULL),