Home
last modified time | relevance | path

Searched refs:mlx5_chains_ignore_flow_level_supported (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_chains.c94 bool mlx5_chains_ignore_flow_level_supported(struct mlx5_fs_chains *chains) in mlx5_chains_ignore_flow_level_supported() function
102 mlx5_chains_ignore_flow_level_supported(chains); in mlx5_chains_backwards_supported()
110 if (mlx5_chains_ignore_flow_level_supported(chains)) in mlx5_chains_get_chain_range()
124 if (mlx5_chains_ignore_flow_level_supported(chains)) in mlx5_chains_get_prio_range()
137 if (mlx5_chains_ignore_flow_level_supported(chains)) in mlx5_chains_get_level_range()
178 if (!mlx5_chains_ignore_flow_level_supported(chains) || in mlx5_chains_create_table()
377 if (mlx5_chains_ignore_flow_level_supported(chain->chains)) in mlx5_chains_add_miss_rule()
694 if (!mlx5_chains_ignore_flow_level_supported(chains)) { in mlx5_chains_create_global_table()
H A Dfs_chains.h32 bool mlx5_chains_ignore_flow_level_supported(struct mlx5_fs_chains *chains);
78 mlx5_chains_ignore_flow_level_supported(struct mlx5_fs_chains *chains) in mlx5_chains_ignore_flow_level_supported() function
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c249 if (mlx5_chains_ignore_flow_level_supported(chains)) in esw_setup_accept_dest()