Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_action.c1585 struct mlx5hws_action_default_stc *default_stc; in hws_action_create_dest_match_range_table() local
1643 default_stc = ctx->common_res[MLX5HWS_TABLE_TYPE_FDB].default_stc; in hws_action_create_dest_match_range_table()
1644 obj_id = mlx5hws_pool_chunk_get_base_id(stc_pool, &default_stc->default_hit); in hws_action_create_dest_match_range_table()
1658 obj_id = mlx5hws_pool_chunk_get_base_mirror_id(stc_pool, &default_stc->default_hit); in hws_action_create_dest_match_range_table()
1743 htonl(common_res->default_stc->nop_ctr.offset); in hws_action_create_dest_match_range_fill_table()
1745 htonl(common_res->default_stc->nop_dw5.offset); in hws_action_create_dest_match_range_fill_table()
1747 htonl(common_res->default_stc->nop_dw6.offset); in hws_action_create_dest_match_range_fill_table()
1749 htonl(common_res->default_stc->nop_dw7.offset); in hws_action_create_dest_match_range_fill_table()
1970 struct mlx5hws_action_default_stc *default_stc; in mlx5hws_action_get_default_stc() local
1973 if (ctx->common_res[tbl_type].default_stc) { in mlx5hws_action_get_default_stc()
[all …]
H A Dmlx5hws_action.h231 htonl(apply->common_res->default_stc->nop_dw5.offset); in mlx5hws_action_setter_default_single()
241 htonl(apply->common_res->default_stc->nop_dw6.offset); in mlx5hws_action_setter_default_double()
243 htonl(apply->common_res->default_stc->nop_dw7.offset); in mlx5hws_action_setter_default_double()
252 htonl(apply->common_res->default_stc->nop_ctr.offset); in mlx5hws_action_setter_default_ctr()
H A Dmlx5hws_context.h20 struct mlx5hws_action_default_stc *default_stc; member
H A Dmlx5hws_matcher.c235 struct mlx5hws_action_default_stc *default_stc; in hws_matcher_create_rtc() local
322 default_stc = ctx->common_res[tbl->type].default_stc; in hws_matcher_create_rtc()
323 obj_id = mlx5hws_pool_chunk_get_base_id(stc_pool, &default_stc->default_hit); in hws_matcher_create_rtc()
338 obj_id = mlx5hws_pool_chunk_get_base_mirror_id(stc_pool, &default_stc->default_hit); in hws_matcher_create_rtc()