Home
last modified time | relevance | path

Searched refs:in_dests (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_cmd.c184 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()
533 void *in_dests; in mlx5dr_cmd_set_fte() local
605 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5dr_cmd_set_fte()
625 MLX5_SET(dest_format_struct, in_dests, in mlx5dr_cmd_set_fte()
629 MLX5_SET(dest_format_struct, in_dests, in mlx5dr_cmd_set_fte()
634 MLX5_SET(dest_format_struct, in_dests, in mlx5dr_cmd_set_fte()
638 MLX5_SET(extended_dest_format, in_dests, in mlx5dr_cmd_set_fte()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_cmd.c404 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 …]