Home
last modified time | relevance | path

Searched refs:fs_dr_table (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c38 next_tbl = next_ft ? next_ft->fs_dr_table.dr_table : NULL; in set_miss_action()
44 old_miss_action = ft->fs_dr_table.miss_action; in set_miss_action()
45 err = mlx5dr_table_set_miss_action(ft->fs_dr_table.dr_table, action); in set_miss_action()
53 ft->fs_dr_table.miss_action = action; in set_miss_action()
90 ft->fs_dr_table.dr_table = tbl; in mlx5_cmd_dr_create_flow_table()
97 ft->fs_dr_table.dr_table = NULL; in mlx5_cmd_dr_create_flow_table()
110 struct mlx5dr_action *action = ft->fs_dr_table.miss_action; in mlx5_cmd_dr_destroy_flow_table()
116 err = mlx5dr_table_destroy(ft->fs_dr_table.dr_table); in mlx5_cmd_dr_destroy_flow_table()
165 matcher = mlx5dr_matcher_create(ft->fs_dr_table.dr_table, in mlx5_cmd_dr_create_flow_group()
215 return mlx5dr_action_create_dest_table(dest_ft->fs_dr_table.dr_table); in create_ft_action()
H A Ddr_table.c318 return ft->fs_dr_table.dr_table; in mlx5dr_table_get_from_fs_ft()
H A Ddr_action.c1129 mlx5dr_action_create_dest_table(hit_ft->fs_dr_table.dr_table); in mlx5dr_action_create_dest_match_range()
1137 mlx5dr_action_create_dest_table(miss_ft->fs_dr_table.dr_table); in mlx5dr_action_create_dest_match_range()
H A Ddr_types.h1570 return !ft->fs_dr_table.dr_table; in mlx5dr_is_fw_table()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.h190 struct mlx5_fs_dr_table fs_dr_table; member