Searched refs:flow_tbl_dir (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_debugfs.c | 645 struct dentry *cls_dir, *c2_dir, *flow_tbl_dir; in mvpp2_dbgfs_cls_init() local 662 flow_tbl_dir = debugfs_create_dir("flow_table", cls_dir); in mvpp2_dbgfs_cls_init() 663 if (!flow_tbl_dir) in mvpp2_dbgfs_cls_init() 667 ret = mvpp2_dbgfs_flow_tbl_entry_init(flow_tbl_dir, priv, i); in mvpp2_dbgfs_cls_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_debugfs.c | 641 struct dentry *cls_dir, *c2_dir, *flow_tbl_dir; in mvpp2_dbgfs_cls_init() local 654 flow_tbl_dir = debugfs_create_dir("flow_table", cls_dir); in mvpp2_dbgfs_cls_init() 657 ret = mvpp2_dbgfs_flow_tbl_entry_init(flow_tbl_dir, priv, i); in mvpp2_dbgfs_cls_init()
|
Completed in 3 milliseconds