Searched refs:cim_ibq_fops (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 423 static const struct file_operations cim_ibq_fops = { variable 3632 { "ibq_tp0", &cim_ibq_fops, 0400, 0 }, in t4_setup_debugfs() 3633 { "ibq_tp1", &cim_ibq_fops, 0400, 1 }, in t4_setup_debugfs() 3634 { "ibq_ulp", &cim_ibq_fops, 0400, 2 }, in t4_setup_debugfs() 3635 { "ibq_sge0", &cim_ibq_fops, 0400, 3 }, in t4_setup_debugfs() 3636 { "ibq_sge1", &cim_ibq_fops, 0400, 4 }, in t4_setup_debugfs() 3637 { "ibq_ncsi", &cim_ibq_fops, 0400, 5 }, in t4_setup_debugfs()
|