Searched refs:cim_ibq_fops (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 411 static const struct file_operations cim_ibq_fops = { variable 3567 { "ibq_tp0", &cim_ibq_fops, 0400, 0 }, in t4_setup_debugfs() 3568 { "ibq_tp1", &cim_ibq_fops, 0400, 1 }, in t4_setup_debugfs() 3569 { "ibq_ulp", &cim_ibq_fops, 0400, 2 }, in t4_setup_debugfs() 3570 { "ibq_sge0", &cim_ibq_fops, 0400, 3 }, in t4_setup_debugfs() 3571 { "ibq_sge1", &cim_ibq_fops, 0400, 4 }, in t4_setup_debugfs() 3572 { "ibq_ncsi", &cim_ibq_fops, 0400, 5 }, in t4_setup_debugfs()
|