Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Dfs_core.h136 struct mlx5_flow_namespace **fdb_sub_ns; member
A Dfs_core.c2315 if (!steering || !steering->fdb_sub_ns) in mlx5_get_fdb_sub_ns()
2318 return steering->fdb_sub_ns[n]; in mlx5_get_fdb_sub_ns()
2872 while (steering->fdb_sub_ns[chain]) in store_fdb_sub_ns_prio_chain()
2875 steering->fdb_sub_ns[chain] = ns; in store_fdb_sub_ns_prio_chain()
2929 steering->fdb_sub_ns = kcalloc(FDB_NUM_CHAINS, in create_fdb_fast_path()
2930 sizeof(*steering->fdb_sub_ns), in create_fdb_fast_path()
2932 if (!steering->fdb_sub_ns) in create_fdb_fast_path()
2972 kfree(steering->fdb_sub_ns); in cleanup_fdb_root_ns()
2973 steering->fdb_sub_ns = NULL; in cleanup_fdb_root_ns()

Completed in 10 milliseconds