Searched refs:add_debugfs_mem (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_debugfs.c | 3396 static void add_debugfs_mem(struct adapter *adap, const char *name, in add_debugfs_mem() function 3854 add_debugfs_mem(adap, "edc0", MEM_EDC0, EDRAM0_SIZE_G(size)); in t4_setup_debugfs() 3858 add_debugfs_mem(adap, "edc1", MEM_EDC1, EDRAM1_SIZE_G(size)); in t4_setup_debugfs() 3863 add_debugfs_mem(adap, "mc0", MEM_MC0, in t4_setup_debugfs() 3868 add_debugfs_mem(adap, "mc1", MEM_MC1, in t4_setup_debugfs() 3874 add_debugfs_mem(adap, "mc", MEM_MC, in t4_setup_debugfs() 3880 add_debugfs_mem(adap, "hma", MEM_HMA, in t4_setup_debugfs()
|