Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.h143 struct mlx5_flow_namespace **fdb_sub_ns; member
H A Dfs_core.c2411 if (!steering || !steering->fdb_sub_ns) in mlx5_get_fdb_sub_ns()
2414 return steering->fdb_sub_ns[n]; in mlx5_get_fdb_sub_ns()
2976 while (steering->fdb_sub_ns[chain]) in store_fdb_sub_ns_prio_chain()
2979 steering->fdb_sub_ns[chain] = ns; in store_fdb_sub_ns_prio_chain()
3033 steering->fdb_sub_ns = kcalloc(FDB_NUM_CHAINS, in create_fdb_fast_path()
3034 sizeof(*steering->fdb_sub_ns), in create_fdb_fast_path()
3036 if (!steering->fdb_sub_ns) in create_fdb_fast_path()
3076 kfree(steering->fdb_sub_ns); in cleanup_fdb_root_ns()
3077 steering->fdb_sub_ns = NULL; in cleanup_fdb_root_ns()