Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmatcher.h112 u32 miss_ft_id);
H A Dmatcher.c27 u32 miss_ft_id) in mlx5hws_matcher_update_end_ft_isolated() argument
38 tmp_matcher->attr.isolated_matcher_end_ft_id = miss_ft_id; in mlx5hws_matcher_update_end_ft_isolated()
47 miss_ft_id); in mlx5hws_matcher_update_end_ft_isolated()
486 rtc_attr.miss_ft_id = matcher->end_ft_id; in hws_matcher_create_rtc()
H A Dcmd.h74 u32 miss_ft_id; member
H A Daction.c1587 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()
1797 u32 miss_ft_id = miss_ft->id; in mlx5hws_action_create_dest_match_range() local
1815 table_ste = hws_action_create_dest_match_range_table(ctx, definer, miss_ft_id); in mlx5hws_action_create_dest_match_range()
H A Daction_ste_pool.c56 rtc_attr.miss_ft_id = 0; in hws_action_ste_table_create_single_rtc()
H A Dcmd.c410 MLX5_SET(rtc, attr, miss_flow_table_id, rtc_attr->miss_ft_id); in mlx5hws_cmd_rtc_create()