Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Dfs_dr.c204 struct mlx5dr_action *tbl_action; in create_ft_action() local
209 tbl_action = mlx5dr_action_create_dest_table(dest_ft->fs_dr_table.dr_table); in create_ft_action()
210 if (tbl_action) in create_ft_action()
211 tbl_action->dest_tbl->is_wire_ft = in create_ft_action()
214 return tbl_action; in create_ft_action()