Searched refs:mlx5_get_root_namespace (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
D | fs_hws_pools.c | 84 root_ns = mlx5_get_root_namespace(dev, MLX5_FLOW_NAMESPACE_FDB); in mlx5_fs_pr_bulk_action_create() 264 root_ns = mlx5_get_root_namespace(dev, MLX5_FLOW_NAMESPACE_FDB); in mlx5_fs_hws_mh_bulk_create()
|
/linux-6.14.4/include/linux/mlx5/ |
D | fs.h | 346 mlx5_get_root_namespace(struct mlx5_core_dev *dev, enum mlx5_flow_namespace_type ns_type);
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_core.c | 3848 mlx5_get_root_namespace(struct mlx5_core_dev *dev, enum mlx5_flow_namespace_type ns_type) in mlx5_get_root_namespace() function 3871 root = mlx5_get_root_namespace(dev, ns_type); in mlx5_modify_header_alloc() 3896 root = mlx5_get_root_namespace(dev, modify_hdr->ns_type); in mlx5_modify_header_dealloc() 3912 root = mlx5_get_root_namespace(dev, ns_type); in mlx5_packet_reformat_alloc() 3938 root = mlx5_get_root_namespace(dev, pkt_reformat->ns_type); in mlx5_packet_reformat_dealloc() 3960 root = mlx5_get_root_namespace(dev, ns_type); in mlx5_create_match_definer() 3984 root = mlx5_get_root_namespace(dev, definer->ns_type); in mlx5_destroy_match_definer()
|