Searched refs:add_debugfs_mem (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 1954 static void add_debugfs_mem(struct adapter *adap, const char *name, in add_debugfs_mem() function 2045 add_debugfs_mem(adap, "edc0", MEM_EDC0, EDRAM0_SIZE_G(size)); in t4_setup_debugfs() 2049 add_debugfs_mem(adap, "edc1", MEM_EDC1, EDRAM1_SIZE_G(size)); in t4_setup_debugfs() 2054 add_debugfs_mem(adap, "mc", MEM_MC, in t4_setup_debugfs() 2059 add_debugfs_mem(adap, "mc0", MEM_MC0, in t4_setup_debugfs() 2064 add_debugfs_mem(adap, "mc1", MEM_MC1, in t4_setup_debugfs()
|