Searched refs:flow_table (Results 1 – 2 of 2) sorted by relevance
43 void mlx5_destroy_flow_table(void *flow_table);44 int mlx5_add_flow_table_entry(void *flow_table, u8 match_criteria_enable,47 void mlx5_del_flow_table_entry(void *flow_table, u32 flow_index);48 u32 mlx5_get_flow_table_id(void *flow_table);
317 int mlx5_add_flow_table_entry(void *flow_table, u8 match_criteria_enable, in mlx5_add_flow_table_entry() argument321 struct mlx5_flow_table *ft = flow_table; in mlx5_add_flow_table_entry()346 void mlx5_del_flow_table_entry(void *flow_table, u32 flow_index) in mlx5_del_flow_table_entry() argument348 struct mlx5_flow_table *ft = flow_table; in mlx5_del_flow_table_entry()414 void mlx5_destroy_flow_table(void *flow_table) in mlx5_destroy_flow_table() argument416 struct mlx5_flow_table *ft = flow_table; in mlx5_destroy_flow_table()426 u32 mlx5_get_flow_table_id(void *flow_table) in mlx5_get_flow_table_id() argument428 struct mlx5_flow_table *ft = flow_table; in mlx5_get_flow_table_id()