Searched refs:in_dests (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| D | dr_cmd.c | 317 void *in_dests; in mlx5dr_cmd_set_fte_modify_and_vport() local 340 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5dr_cmd_set_fte_modify_and_vport() 341 MLX5_SET(dest_format_struct, in_dests, destination_type, in mlx5dr_cmd_set_fte_modify_and_vport() 343 MLX5_SET(dest_format_struct, in_dests, destination_id, vport); in mlx5dr_cmd_set_fte_modify_and_vport() 795 void *in_dests; in mlx5dr_cmd_set_fte() local 868 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5dr_cmd_set_fte() 896 MLX5_SET(dest_format_struct, in_dests, in mlx5dr_cmd_set_fte() 904 MLX5_SET(dest_format_struct, in_dests, in mlx5dr_cmd_set_fte() 907 MLX5_SET(dest_format_struct, in_dests, in mlx5dr_cmd_set_fte() 912 MLX5_SET(dest_format_struct, in_dests, in mlx5dr_cmd_set_fte() [all …]
|
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | fs_cmd.c | 533 void *in_dests; in mlx5_cmd_set_fte() local 630 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5_cmd_set_fte() 655 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 659 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 672 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 676 MLX5_SET(extended_dest_format, in_dests, in mlx5_cmd_set_fte() 686 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 696 MLX5_SET(dest_format_struct, in_dests, destination_type, in mlx5_cmd_set_fte() 698 MLX5_SET(dest_format_struct, in_dests, destination_id, id); in mlx5_cmd_set_fte() 699 in_dests += dst_cnt_size; in mlx5_cmd_set_fte() [all …]
|