Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmatcher.c210 rtc_attr->log_size = 0; in hws_matcher_set_rtc_attr_sz()
211 rtc_attr->log_depth = 0; in hws_matcher_set_rtc_attr_sz()
246 rtc_attr.is_scnd_range = 0; in hws_matcher_create_rtc()
257 rtc_attr.num_hash_definer = 1; in hws_matcher_create_rtc()
295 rtc_attr.log_depth = 0; in hws_matcher_create_rtc()
300 rtc_attr.miss_ft_id = 0; in hws_matcher_create_rtc()
310 rtc_attr.pd = ctx->pd_num; in hws_matcher_create_rtc()
311 rtc_attr.ste_base = obj_id; in hws_matcher_create_rtc()
321 rtc_attr.stc_base = obj_id; in hws_matcher_create_rtc()
332 rtc_attr.ste_base = obj_id; in hws_matcher_create_rtc()
[all …]
H A Dcmd.c372 struct mlx5hws_cmd_rtc_create_attr *rtc_attr, in mlx5hws_cmd_rtc_create() argument
387 MLX5_SET(rtc, attr, ste_format_0, rtc_attr->is_frst_jumbo ? in mlx5hws_cmd_rtc_create()
391 if (rtc_attr->is_scnd_range) { in mlx5hws_cmd_rtc_create()
396 MLX5_SET(rtc, attr, pd, rtc_attr->pd); in mlx5hws_cmd_rtc_create()
397 MLX5_SET(rtc, attr, update_method, rtc_attr->fw_gen_wqe); in mlx5hws_cmd_rtc_create()
401 MLX5_SET(rtc, attr, log_depth, rtc_attr->log_depth); in mlx5hws_cmd_rtc_create()
402 MLX5_SET(rtc, attr, log_hash_size, rtc_attr->log_size); in mlx5hws_cmd_rtc_create()
403 MLX5_SET(rtc, attr, table_type, rtc_attr->table_type); in mlx5hws_cmd_rtc_create()
407 MLX5_SET(rtc, attr, stc_id, rtc_attr->stc_base); in mlx5hws_cmd_rtc_create()
408 MLX5_SET(rtc, attr, ste_table_base_id, rtc_attr->ste_base); in mlx5hws_cmd_rtc_create()
[all …]
H A Daction.c1622 rtc_attr.log_size = 0; in hws_action_create_dest_match_range_table()
1623 rtc_attr.log_depth = 0; in hws_action_create_dest_match_range_table()
1624 rtc_attr.miss_ft_id = miss_ft_id; in hws_action_create_dest_match_range_table()
1625 rtc_attr.num_hash_definer = 1; in hws_action_create_dest_match_range_table()
1629 rtc_attr.fw_gen_wqe = true; in hws_action_create_dest_match_range_table()
1630 rtc_attr.is_scnd_range = true; in hws_action_create_dest_match_range_table()
1634 rtc_attr.pd = ctx->pd_num; in hws_action_create_dest_match_range_table()
1635 rtc_attr.ste_base = obj_id; in hws_action_create_dest_match_range_table()
1644 rtc_attr.stc_base = obj_id; in hws_action_create_dest_match_range_table()
1654 rtc_attr.ste_base = obj_id; in hws_action_create_dest_match_range_table()
[all …]
H A Dcmd.h262 struct mlx5hws_cmd_rtc_create_attr *rtc_attr,