Searched refs:fs_dr_table (Results 1 – 2 of 2) sorted by relevance
36 next_tbl = next_ft ? next_ft->fs_dr_table.dr_table : NULL; in set_miss_action()42 old_miss_action = ft->fs_dr_table.miss_action; in set_miss_action()43 err = mlx5dr_table_set_miss_action(ft->fs_dr_table.dr_table, action); in set_miss_action()52 ft->fs_dr_table.miss_action = action; in set_miss_action()88 ft->fs_dr_table.dr_table = tbl; in mlx5_cmd_dr_create_flow_table()95 ft->fs_dr_table.dr_table = NULL; in mlx5_cmd_dr_create_flow_table()106 struct mlx5dr_action *action = ft->fs_dr_table.miss_action; in mlx5_cmd_dr_destroy_flow_table()112 err = mlx5dr_table_destroy(ft->fs_dr_table.dr_table); in mlx5_cmd_dr_destroy_flow_table()158 matcher = mlx5dr_matcher_create(ft->fs_dr_table.dr_table, in mlx5_cmd_dr_create_flow_group()199 return mlx5dr_action_create_dest_table(dest_ft->fs_dr_table.dr_table); in create_ft_action()
168 struct mlx5_fs_dr_table fs_dr_table; member