Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/hw/hfi1/
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),