Searched refs:flow_table (Results 1 – 3 of 3) sorted by relevance
44 void mlx5_destroy_flow_table(void *flow_table);45 int mlx5_add_flow_table_entry(void *flow_table, u8 match_criteria_enable,48 int mlx5_del_flow_table_entry(void *flow_table, u32 flow_index);49 u32 mlx5_get_flow_table_id(void *flow_table);53 void *mlx5_get_flow_table_properties(void *flow_table);54 u32 mlx5_set_flow_table_miss_id(void *flow_table, u32 miss_ft_id);
2059 mlx5_destroy_flow_table(prio->flow_table); in put_flow_table()2060 prio->flow_table = NULL; in put_flow_table()2156 ft = prio->flow_table; in get_flow_table()2165 prio->flow_table = ft; in get_flow_table()2179 struct mlx5_flow_table *ft = ft_prio->flow_table; in create_flow_rule()2229 ft_prio->flow_table = ft; in create_flow_rule()
165 struct mlx5_flow_table *flow_table; member