Home
last modified time | relevance | path

Searched refs:dr_table (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c36 next_tbl = next_ft ? next_ft->fs_dr_table.dr_table : NULL; in set_miss_action()
43 err = mlx5dr_table_set_miss_action(ft->fs_dr_table.dr_table, action); in set_miss_action()
87 ft->fs_dr_table.dr_table = tbl; in mlx5_cmd_dr_create_flow_table()
94 ft->fs_dr_table.dr_table = NULL; in mlx5_cmd_dr_create_flow_table()
113 err = mlx5dr_table_destroy(ft->fs_dr_table.dr_table); in mlx5_cmd_dr_destroy_flow_table()
162 matcher = mlx5dr_matcher_create(ft->fs_dr_table.dr_table, in mlx5_cmd_dr_create_flow_group()
203 return mlx5dr_action_create_dest_table(dest_ft->fs_dr_table.dr_table); in create_ft_action()
Dfs_dr.h37 struct mlx5dr_table *dr_table; member
/drivers/net/ethernet/mellanox/mlx5/core/
DMakefile92 mlx5_core-$(CONFIG_MLX5_SW_STEERING) += steering/dr_domain.o steering/dr_table.o \