Searched refs:cim_ibq_fops (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 282 static const struct file_operations cim_ibq_fops = { variable 2005 { "ibq_tp0", &cim_ibq_fops, S_IRUSR, 0 }, in t4_setup_debugfs() 2006 { "ibq_tp1", &cim_ibq_fops, S_IRUSR, 1 }, in t4_setup_debugfs() 2007 { "ibq_ulp", &cim_ibq_fops, S_IRUSR, 2 }, in t4_setup_debugfs() 2008 { "ibq_sge0", &cim_ibq_fops, S_IRUSR, 3 }, in t4_setup_debugfs() 2009 { "ibq_sge1", &cim_ibq_fops, S_IRUSR, 4 }, in t4_setup_debugfs() 2010 { "ibq_ncsi", &cim_ibq_fops, S_IRUSR, 5 }, in t4_setup_debugfs()
|