Searched refs:in_dests (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_cmd.c | 289 void *in_dests; in mlx5dr_cmd_set_fte_modify_and_vport() local 312 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5dr_cmd_set_fte_modify_and_vport() 313 MLX5_SET(dest_format_struct, in_dests, destination_type, in mlx5dr_cmd_set_fte_modify_and_vport() 315 MLX5_SET(dest_format_struct, in_dests, destination_id, vport); in mlx5dr_cmd_set_fte_modify_and_vport() 646 void *in_dests; in mlx5dr_cmd_set_fte() local 719 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5dr_cmd_set_fte() 747 MLX5_SET(dest_format_struct, in_dests, in mlx5dr_cmd_set_fte() 755 MLX5_SET(dest_format_struct, in_dests, in mlx5dr_cmd_set_fte() 758 MLX5_SET(dest_format_struct, in_dests, in mlx5dr_cmd_set_fte() 763 MLX5_SET(dest_format_struct, in_dests, in mlx5dr_cmd_set_fte() [all …]
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.c | 523 void *in_dests; in mlx5_cmd_set_fte() local 601 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5_cmd_set_fte() 626 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 630 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 643 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 647 MLX5_SET(extended_dest_format, in_dests, in mlx5_cmd_set_fte() 661 MLX5_SET(dest_format_struct, in_dests, destination_type, in mlx5_cmd_set_fte() 663 MLX5_SET(dest_format_struct, in_dests, destination_id, id); in mlx5_cmd_set_fte() 664 in_dests += dst_cnt_size; in mlx5_cmd_set_fte() 683 MLX5_SET(flow_counter_list, in_dests, flow_counter_id, in mlx5_cmd_set_fte() [all …]
|