Searched refs:cim_ibq_fops (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 419 static const struct file_operations cim_ibq_fops = { variable 3025 { "ibq_tp0", &cim_ibq_fops, S_IRUSR, 0 }, in t4_setup_debugfs() 3026 { "ibq_tp1", &cim_ibq_fops, S_IRUSR, 1 }, in t4_setup_debugfs() 3027 { "ibq_ulp", &cim_ibq_fops, S_IRUSR, 2 }, in t4_setup_debugfs() 3028 { "ibq_sge0", &cim_ibq_fops, S_IRUSR, 3 }, in t4_setup_debugfs() 3029 { "ibq_sge1", &cim_ibq_fops, S_IRUSR, 4 }, in t4_setup_debugfs() 3030 { "ibq_ncsi", &cim_ibq_fops, S_IRUSR, 5 }, in t4_setup_debugfs()
|