Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c2713 if (steering->fdb_root_ns) in mlx5_get_flow_namespace()
2714 return &steering->fdb_root_ns->ns; in mlx5_get_flow_namespace()
2729 root_ns = steering->fdb_root_ns; in mlx5_get_flow_namespace()
3446 maj_prio = fs_create_prio_chained(&steering->fdb_root_ns->ns, in create_fdb_chains()
3488 prio = fs_create_prio(&steering->fdb_root_ns->ns, FDB_BYPASS_PATH, 0); in create_fdb_bypass()
3506 cleanup_root_ns(steering->fdb_root_ns); in cleanup_fdb_root_ns()
3507 steering->fdb_root_ns = NULL; in cleanup_fdb_root_ns()
3517 steering->fdb_root_ns = create_root_ns(steering, FS_FT_FDB); in init_fdb_root_ns()
3518 if (!steering->fdb_root_ns) in init_fdb_root_ns()
3525 maj_prio = fs_create_prio(&steering->fdb_root_ns in init_fdb_root_ns()
[all...]
H A Dfs_core.h152 struct mlx5_flow_root_namespace *fdb_root_ns; member
H A Deswitch_offloads.c2978 peer_ns = peer_esw->dev->priv.steering->fdb_root_ns; in mlx5_esw_offloads_set_ns_peer()
2979 ns = esw->dev->priv.steering->fdb_root_ns; in mlx5_esw_offloads_set_ns_peer()