Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/hfi1/
Ddebugfs.c1136 #define DEBUGFS_OPS(nm, readroutine, writeroutine) \ macro
1161 DEBUGFS_OPS("counter_names", dev_names_read, NULL),
1162 DEBUGFS_OPS("counters", dev_counters_read, NULL),
1163 DEBUGFS_OPS("portcounter_names", portnames_read, NULL),
1167 DEBUGFS_OPS("port%dcounters", portcntrs_debugfs_read, NULL),
1172 DEBUGFS_OPS("qsfp_dump%d", qsfp_debugfs_dump, NULL),
1180 DEBUGFS_OPS("asic_flags", asic_flags_read, asic_flags_write),
1181 DEBUGFS_OPS("dc8051_memory", dc8051_memory_read, NULL),
1182 DEBUGFS_OPS("lcb", debugfs_lcb_read, debugfs_lcb_write),