Searched refs:in_dests (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_cmd.c | 282 void *in_dests; in mlx5dr_cmd_set_fte_modify_and_vport() local 305 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5dr_cmd_set_fte_modify_and_vport() 306 MLX5_SET(dest_format_struct, in_dests, destination_type, in mlx5dr_cmd_set_fte_modify_and_vport() 308 MLX5_SET(dest_format_struct, in_dests, destination_id, vport_id); in mlx5dr_cmd_set_fte_modify_and_vport() 637 void *in_dests; in mlx5dr_cmd_set_fte() local 710 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5dr_cmd_set_fte() 730 MLX5_SET(dest_format_struct, in_dests, in mlx5dr_cmd_set_fte() 734 MLX5_SET(dest_format_struct, in_dests, in mlx5dr_cmd_set_fte() 739 MLX5_SET(dest_format_struct, in_dests, in mlx5dr_cmd_set_fte() 743 MLX5_SET(extended_dest_format, in_dests, in mlx5dr_cmd_set_fte() [all …]
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.c | 473 void *in_dests; in mlx5_cmd_set_fte() local 548 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5_cmd_set_fte() 568 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 572 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 577 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 581 MLX5_SET(extended_dest_format, in_dests, in mlx5_cmd_set_fte() 593 MLX5_SET(dest_format_struct, in_dests, destination_type, in mlx5_cmd_set_fte() 595 MLX5_SET(dest_format_struct, in_dests, destination_id, id); in mlx5_cmd_set_fte() 596 in_dests += dst_cnt_size; in mlx5_cmd_set_fte() 615 MLX5_SET(flow_counter_list, in_dests, flow_counter_id, in mlx5_cmd_set_fte() [all …]
|