Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A 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),
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c1094 #define DEBUGFS_OPS(nm, readroutine, writeroutine) \ macro
1119 DEBUGFS_OPS("counter_names", dev_names_read, NULL),
1120 DEBUGFS_OPS("counters", dev_counters_read, NULL),
1121 DEBUGFS_OPS("portcounter_names", portnames_read, NULL),
1125 DEBUGFS_OPS("port%dcounters", portcntrs_debugfs_read, NULL),
1130 DEBUGFS_OPS("qsfp_dump%d", qsfp_debugfs_dump, NULL),
1138 DEBUGFS_OPS("asic_flags", asic_flags_read, asic_flags_write),
1139 DEBUGFS_OPS("dc8051_memory", dc8051_memory_read, NULL),
1140 DEBUGFS_OPS("lcb", debugfs_lcb_read, debugfs_lcb_write),

Completed in 5 milliseconds