Searched refs:flow_entry_dir (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_debugfs.c | 474 struct dentry *flow_entry_dir; in mvpp2_dbgfs_flow_entry_init() local 480 flow_entry_dir = debugfs_create_dir(flow_entry_name, parent); in mvpp2_dbgfs_flow_entry_init() 487 debugfs_create_file("dec_hits", 0444, flow_entry_dir, entry, in mvpp2_dbgfs_flow_entry_init() 490 debugfs_create_file("type", 0444, flow_entry_dir, entry, in mvpp2_dbgfs_flow_entry_init() 493 debugfs_create_file("id", 0444, flow_entry_dir, entry, in mvpp2_dbgfs_flow_entry_init() 498 ret = mvpp2_dbgfs_flow_port_init(flow_entry_dir, in mvpp2_dbgfs_flow_entry_init()
|