Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c331 static void cleanup_root_ns(struct mlx5_flow_root_namespace *root_ns);
2721 cleanup_root_ns(steering->root_ns); in init_root_ns()
2740 static void cleanup_root_ns(struct mlx5_flow_root_namespace *root_ns) in cleanup_root_ns() function
2807 cleanup_root_ns(steering->rdma_rx_root_ns); in init_rdma_rx_root_ns()
2830 cleanup_root_ns(steering->rdma_tx_root_ns); in init_rdma_tx_root_ns()
2943 cleanup_root_ns(steering->fdb_root_ns); in cleanup_fdb_root_ns()
3045 goto cleanup_root_ns; in mlx5_fs_egress_acls_init()
3050 cleanup_root_ns: in mlx5_fs_egress_acls_init()
3052 cleanup_root_ns(steering->esw_egress_root_ns[i]); in mlx5_fs_egress_acls_init()
3067 cleanup_root_ns(steering->esw_egress_root_ns[i]); in mlx5_fs_egress_acls_cleanup()
[all …]
H A Dmlx5_fs_tree.c