Home
last modified time | relevance | path

Searched refs:flow_entry_dir (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_debugfs.c511 struct dentry *flow_entry_dir; in mvpp2_dbgfs_flow_entry_init() local
517 flow_entry_dir = debugfs_create_dir(flow_entry_name, parent); in mvpp2_dbgfs_flow_entry_init()
518 if (!flow_entry_dir) in mvpp2_dbgfs_flow_entry_init()
529 debugfs_create_file("flow_hits", 0444, flow_entry_dir, entry, in mvpp2_dbgfs_flow_entry_init()
532 debugfs_create_file("dec_hits", 0444, flow_entry_dir, entry, in mvpp2_dbgfs_flow_entry_init()
535 debugfs_create_file("type", 0444, flow_entry_dir, entry, in mvpp2_dbgfs_flow_entry_init()
538 debugfs_create_file("id", 0444, flow_entry_dir, entry, in mvpp2_dbgfs_flow_entry_init()
543 ret = mvpp2_dbgfs_flow_port_init(flow_entry_dir, in mvpp2_dbgfs_flow_entry_init()