Searched refs:flow_table (Results 1 – 3 of 3) sorted by relevance
46 void mlx5_destroy_flow_table(void *flow_table);47 int mlx5_add_flow_table_entry(void *flow_table, u8 match_criteria_enable,50 int mlx5_del_flow_table_entry(void *flow_table, u32 flow_index);51 u32 mlx5_get_flow_table_id(void *flow_table);55 void *mlx5_get_flow_table_properties(void *flow_table);56 u32 mlx5_set_flow_table_miss_id(void *flow_table, u32 miss_ft_id);
2110 mlx5_destroy_flow_table(prio->flow_table); in put_flow_table()2111 prio->flow_table = NULL; in put_flow_table()2207 ft = prio->flow_table; in get_flow_table()2215 prio->flow_table = ft; in get_flow_table()2229 struct mlx5_flow_table *ft = ft_prio->flow_table; in create_flow_rule()2276 ft_prio->flow_table = ft; in create_flow_rule()
169 struct mlx5_flow_table *flow_table; member