Searched refs:mlx5_get_root_namespace (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
H A 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()
|
H A D | fs_hws.c | 1568 ns = mlx5_get_root_namespace(dev, ns_type); in mlx5_fs_hws_action_get_pkt_reformat_id()
|
/linux/include/linux/mlx5/ |
H A D | fs.h | 353 mlx5_get_root_namespace(struct mlx5_core_dev *dev, enum mlx5_flow_namespace_type ns_type);
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fs_core.c | 4058 mlx5_get_root_namespace(struct mlx5_core_dev *dev, enum mlx5_flow_namespace_type ns_type) in mlx5_get_root_namespace() function 4083 root = mlx5_get_root_namespace(dev, ns_type); in mlx5_modify_header_alloc() 4108 root = mlx5_get_root_namespace(dev, modify_hdr->ns_type); in mlx5_modify_header_dealloc() 4124 root = mlx5_get_root_namespace(dev, ns_type); in mlx5_packet_reformat_alloc() 4150 root = mlx5_get_root_namespace(dev, pkt_reformat->ns_type); in mlx5_packet_reformat_dealloc() 4172 root = mlx5_get_root_namespace(dev, ns_type); in mlx5_create_match_definer() 4196 root = mlx5_get_root_namespace(dev, definer->ns_type); in mlx5_destroy_match_definer()
|