Searched refs:in_dests (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fs_cmd.c | 533 void *in_dests; in mlx5_cmd_set_fte() local 632 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5_cmd_set_fte() 657 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 661 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 674 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 678 MLX5_SET(extended_dest_format, in_dests, in mlx5_cmd_set_fte() 688 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 698 MLX5_SET(dest_format_struct, in_dests, destination_type, in mlx5_cmd_set_fte() 700 MLX5_SET(dest_format_struct, in_dests, destination_id, id); in mlx5_cmd_set_fte() 701 in_dests += dst_cnt_size; in mlx5_cmd_set_fte() [all …]
|