Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Dfs_core.c2202 if (!steering || !steering->fdb_sub_ns) in mlx5_get_fdb_sub_ns()
2205 return steering->fdb_sub_ns[n]; in mlx5_get_fdb_sub_ns()
2639 kfree(steering->fdb_sub_ns); in mlx5_cleanup_fs()
2640 steering->fdb_sub_ns = NULL; in mlx5_cleanup_fs()
2751 while (steering->fdb_sub_ns[chain]) in store_fdb_sub_ns_prio_chain()
2754 steering->fdb_sub_ns[chain] = ns; in store_fdb_sub_ns_prio_chain()
2808 steering->fdb_sub_ns = kcalloc(FDB_NUM_CHAINS, in create_fdb_fast_path()
2809 sizeof(*steering->fdb_sub_ns), in create_fdb_fast_path()
2811 if (!steering->fdb_sub_ns) in create_fdb_fast_path()
2878 kfree(steering->fdb_sub_ns); in init_fdb_root_ns()
[all …]
A Dfs_core.h130 struct mlx5_flow_namespace **fdb_sub_ns; member

Completed in 11 milliseconds