Searched refs:fdb_sub_ns (Results 1 – 2 of 2) sorted by relevance
2202 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 …]
130 struct mlx5_flow_namespace **fdb_sub_ns; member
Completed in 11 milliseconds