Searched refs:cim_ibq_fops (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 411 static const struct file_operations cim_ibq_fops = { variable 3808 { "ibq_tp0", &cim_ibq_fops, 0400, 0 }, in t4_setup_debugfs() 3809 { "ibq_tp1", &cim_ibq_fops, 0400, 1 }, in t4_setup_debugfs() 3810 { "ibq_ulp", &cim_ibq_fops, 0400, 2 }, in t4_setup_debugfs() 3811 { "ibq_sge0", &cim_ibq_fops, 0400, 3 }, in t4_setup_debugfs() 3812 { "ibq_sge1", &cim_ibq_fops, 0400, 4 }, in t4_setup_debugfs() 3813 { "ibq_ncsi", &cim_ibq_fops, 0400, 5 }, in t4_setup_debugfs()
|