Searched refs:fte_attr (Results 1 – 4 of 4) sorted by relevance
178 struct mlx5hws_cmd_set_fte_attr *fte_attr) in mlx5hws_cmd_set_fte() argument191 dest_entry_sz = fte_attr->extended_dest ? in mlx5hws_cmd_set_fte()194 total_dest_sz = dest_entry_sz * fte_attr->dests_num; in mlx5hws_cmd_set_fte()210 action_flags = fte_attr->action_flags; in mlx5hws_cmd_set_fte()215 packet_reformat_id, fte_attr->packet_reformat_id); in mlx5hws_cmd_set_fte()220 encrypt_decrypt_type, fte_attr->encrypt_decrypt_type); in mlx5hws_cmd_set_fte()222 encrypt_decrypt_obj_id, fte_attr->encrypt_decrypt_obj_id); in mlx5hws_cmd_set_fte()228 for (i = 0; i < fte_attr->dests_num; i++) { in mlx5hws_cmd_set_fte()229 struct mlx5hws_cmd_set_fte_dest *dest = &fte_attr->dests[i]; in mlx5hws_cmd_set_fte()295 struct mlx5hws_cmd_set_fte_attr *fte_attr) in mlx5hws_cmd_forward_tbl_create() argument[all …]
43 struct mlx5hws_cmd_set_fte_attr fte_attr = {0}; in hws_table_up_default_fdb_miss_tbl() local64 fte_attr.action_flags = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in hws_table_up_default_fdb_miss_tbl()65 fte_attr.dests_num = 1; in hws_table_up_default_fdb_miss_tbl()66 fte_attr.dests = &dest; in hws_table_up_default_fdb_miss_tbl()68 default_miss = mlx5hws_cmd_forward_tbl_create(ctx->mdev, &ft_attr, &fte_attr); in hws_table_up_default_fdb_miss_tbl()
1367 struct mlx5hws_cmd_set_fte_attr fte_attr = {0}; in mlx5hws_action_create_dest_array() local1399 fte_attr.action_flags |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in mlx5hws_action_create_dest_array()1400 fte_attr.ignore_flow_level = ignore_flow_level; in mlx5hws_action_create_dest_array()1407 fte_attr.action_flags |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in mlx5hws_action_create_dest_array()1429 fte_attr.dests_num = num_dest; in mlx5hws_action_create_dest_array()1430 fte_attr.dests = dest_list; in mlx5hws_action_create_dest_array()1875 struct mlx5hws_cmd_set_fte_attr fte_attr = {0}; in mlx5hws_action_create_flow_sampler() local1892 fte_attr.dests_num = 1; in mlx5hws_action_create_flow_sampler()1893 fte_attr.dests = &dest; in mlx5hws_action_create_flow_sampler()1894 fte_attr.action_flags = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in mlx5hws_action_create_flow_sampler()[all …]
320 struct mlx5hws_cmd_set_fte_attr *fte_attr);328 struct mlx5hws_cmd_set_fte_attr *fte_attr);
Completed in 15 milliseconds