Searched refs:mps_trc_debugfs_fops (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 1610 static const struct file_operations mps_trc_debugfs_fops = { variable 3792 { "trace0", &mps_trc_debugfs_fops, 0600, 0 }, in t4_setup_debugfs() 3793 { "trace1", &mps_trc_debugfs_fops, 0600, 1 }, in t4_setup_debugfs() 3794 { "trace2", &mps_trc_debugfs_fops, 0600, 2 }, in t4_setup_debugfs() 3795 { "trace3", &mps_trc_debugfs_fops, 0600, 3 }, in t4_setup_debugfs()
|