Lines Matching defs:counters
458 /* read the per-device counters */
462 u64 *counters;
468 avail = hfi1_read_cntrs(dd, NULL, &counters);
469 rval = simple_read_from_buffer(buf, count, ppos, counters, avail);
473 /* read the per-device counters */
513 /* read the per-port counters */
517 u64 *counters;
523 avail = hfi1_read_portcntrs(ppd, NULL, &counters);
524 rval = simple_read_from_buffer(buf, count, ppos, counters, avail);
1162 DEBUGFS_OPS("counters", dev_counters_read, NULL),