Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_matcher.c42 mlx5hws_table_destroy_default_ft(matcher->tbl, matcher->end_ft_id); in hws_matcher_destroy_end_ft()
50 ret = mlx5hws_table_create_default_ft(tbl->ctx->mdev, tbl, &matcher->end_ft_id); in hws_matcher_create_end_ft()
92 matcher->end_ft_id, in hws_matcher_connect()
111 prev ? prev->end_ft_id : tbl->ft_id, in hws_matcher_connect()
121 ret = mlx5hws_table_ft_set_default_next_ft(tbl, prev ? prev->end_ft_id : tbl->ft_id); in hws_matcher_connect()
152 prev_ft_id = prev->end_ft_id; in hws_matcher_disconnect()
256 rtc_attr.miss_ft_id = matcher->end_ft_id; in hws_matcher_create_rtc()
H A Dmlx5hws_matcher.h77 u32 end_ft_id; member
H A Dmlx5hws_debug.c134 matcher->end_ft_id, in hws_debug_dump_matcher()
166 matcher->end_ft_id, in hws_debug_dump_matcher()
H A Dmlx5hws_table.c299 return matcher->end_ft_id; in hws_table_get_last_ft()