Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c2193 if (!steering || !steering->fdb_sub_ns) in mlx5_get_fdb_sub_ns()
2196 return steering->fdb_sub_ns[n]; in mlx5_get_fdb_sub_ns()
2650 kfree(steering->fdb_sub_ns); in mlx5_cleanup_fs()
2651 steering->fdb_sub_ns = NULL; in mlx5_cleanup_fs()
2745 while (steering->fdb_sub_ns[chain]) in store_fdb_sub_ns_prio_chain()
2748 steering->fdb_sub_ns[chain] = ns; in store_fdb_sub_ns_prio_chain()
2802 steering->fdb_sub_ns = kcalloc(FDB_NUM_CHAINS, in create_fdb_fast_path()
2803 sizeof(*steering->fdb_sub_ns), in create_fdb_fast_path()
2805 if (!steering->fdb_sub_ns) in create_fdb_fast_path()
2860 kfree(steering->fdb_sub_ns); in init_fdb_root_ns()
[all …]
H A Dfs_core.h124 struct mlx5_flow_namespace **fdb_sub_ns; member