Searched refs:in_dests (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_cmd.c | 184 void *in_dests; in mlx5dr_cmd_set_fte_modify_and_vport() local 207 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5dr_cmd_set_fte_modify_and_vport() 208 MLX5_SET(dest_format_struct, in_dests, destination_type, in mlx5dr_cmd_set_fte_modify_and_vport() 210 MLX5_SET(dest_format_struct, in_dests, destination_id, vport_id); in mlx5dr_cmd_set_fte_modify_and_vport() 534 void *in_dests; in mlx5dr_cmd_set_fte() local 606 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5dr_cmd_set_fte() 626 MLX5_SET(dest_format_struct, in_dests, in mlx5dr_cmd_set_fte() 630 MLX5_SET(dest_format_struct, in_dests, in mlx5dr_cmd_set_fte() 635 MLX5_SET(dest_format_struct, in_dests, in mlx5dr_cmd_set_fte() 639 MLX5_SET(extended_dest_format, in_dests, in mlx5dr_cmd_set_fte() [all …]
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.c | 404 void *in_dests; in mlx5_cmd_set_fte() local 480 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5_cmd_set_fte() 500 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 504 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 509 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 513 MLX5_SET(extended_dest_format, in_dests, in mlx5_cmd_set_fte() 522 MLX5_SET(dest_format_struct, in_dests, destination_type, in mlx5_cmd_set_fte() 524 MLX5_SET(dest_format_struct, in_dests, destination_id, id); in mlx5_cmd_set_fte() 525 in_dests += dst_cnt_size; in mlx5_cmd_set_fte() 544 MLX5_SET(flow_counter_list, in_dests, flow_counter_id, in mlx5_cmd_set_fte() [all …]
|