fdb_root_ns      1645 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	peer_ns = peer_esw->dev->priv.steering->fdb_root_ns;
fdb_root_ns      1646 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	ns = esw->dev->priv.steering->fdb_root_ns;
fdb_root_ns      2083 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 		if (steering->fdb_root_ns)
fdb_root_ns      2084 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 			return &steering->fdb_root_ns->ns;
fdb_root_ns      2494 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	cleanup_root_ns(steering->fdb_root_ns);
fdb_root_ns      2495 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	steering->fdb_root_ns = NULL;
fdb_root_ns      2566 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	steering->fdb_root_ns = create_root_ns(steering, FS_FT_FDB);
fdb_root_ns      2567 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	if (!steering->fdb_root_ns)
fdb_root_ns      2575 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	maj_prio = fs_create_prio(&steering->fdb_root_ns->ns, FDB_BYPASS_PATH,
fdb_root_ns      2583 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	maj_prio = fs_create_prio_chained(&steering->fdb_root_ns->ns,
fdb_root_ns      2609 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	maj_prio = fs_create_prio(&steering->fdb_root_ns->ns, FDB_SLOW_PATH, 1);
fdb_root_ns      2615 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	set_prio_attrs(steering->fdb_root_ns);
fdb_root_ns      2619 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	cleanup_root_ns(steering->fdb_root_ns);
fdb_root_ns      2622 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	steering->fdb_root_ns = NULL;
fdb_root_ns       112 drivers/net/ethernet/mellanox/mlx5/core/fs_core.h 	struct mlx5_flow_root_namespace *fdb_root_ns;