Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_cmd.h74 u32 miss_ft_id; member
Dmlx5hws_action.c1582 u32 miss_ft_id) in hws_action_create_dest_match_range_table() argument
1625 rtc_attr.miss_ft_id = miss_ft_id; in hws_action_create_dest_match_range_table()
1800 u32 miss_ft_id = miss_ft->id; in mlx5hws_action_create_dest_match_range() local
1818 table_ste = hws_action_create_dest_match_range_table(ctx, definer, miss_ft_id); in mlx5hws_action_create_dest_match_range()
Dmlx5hws_matcher.c256 rtc_attr.miss_ft_id = matcher->end_ft_id; in hws_matcher_create_rtc()
303 rtc_attr.miss_ft_id = 0; in hws_matcher_create_rtc()
Dmlx5hws_cmd.c410 MLX5_SET(rtc, attr, miss_flow_table_id, rtc_attr->miss_ft_id); in mlx5hws_cmd_rtc_create()