Searched refs:mps_trc_debugfs_fops (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 1497 static const struct file_operations mps_trc_debugfs_fops = { variable 3013 { "trace0", &mps_trc_debugfs_fops, S_IRUSR | S_IWUSR, 0 }, in t4_setup_debugfs() 3014 { "trace1", &mps_trc_debugfs_fops, S_IRUSR | S_IWUSR, 1 }, in t4_setup_debugfs() 3015 { "trace2", &mps_trc_debugfs_fops, S_IRUSR | S_IWUSR, 2 }, in t4_setup_debugfs() 3016 { "trace3", &mps_trc_debugfs_fops, S_IRUSR | S_IWUSR, 3 }, in t4_setup_debugfs()
|