Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_cmd.c305 void *in_dests; in mlx5dr_cmd_set_fte_modify_and_vport() local
328 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5dr_cmd_set_fte_modify_and_vport()
329 MLX5_SET(dest_format_struct, in_dests, destination_type, in mlx5dr_cmd_set_fte_modify_and_vport()
331 MLX5_SET(dest_format_struct, in_dests, destination_id, vport); in mlx5dr_cmd_set_fte_modify_and_vport()
783 void *in_dests; in mlx5dr_cmd_set_fte() local
856 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5dr_cmd_set_fte()
884 MLX5_SET(dest_format_struct, in_dests, in mlx5dr_cmd_set_fte()
892 MLX5_SET(dest_format_struct, in_dests, in mlx5dr_cmd_set_fte()
895 MLX5_SET(dest_format_struct, in_dests, in mlx5dr_cmd_set_fte()
900 MLX5_SET(dest_format_struct, in_dests, in mlx5dr_cmd_set_fte()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_cmd.c558 void *in_dests; in mlx5_cmd_set_fte() local
658 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5_cmd_set_fte()
683 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte()
687 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte()
700 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte()
704 MLX5_SET(extended_dest_format, in_dests, in mlx5_cmd_set_fte()
714 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte()
724 MLX5_SET(dest_format_struct, in_dests, destination_type, in mlx5_cmd_set_fte()
726 MLX5_SET(dest_format_struct, in_dests, destination_id, id); in mlx5_cmd_set_fte()
727 in_dests += dst_cnt_size; in mlx5_cmd_set_fte()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dcmd.c186 u8 *in_dests; in mlx5hws_cmd_set_fte() local
227 in_dests = (u8 *)MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5hws_cmd_set_fte()
237 MLX5_SET(dest_format, in_dests, in mlx5hws_cmd_set_fte()
239 MLX5_SET(dest_format, in_dests, in mlx5hws_cmd_set_fte()
246 MLX5_SET(dest_format, in_dests, destination_type, ifc_dest_type); in mlx5hws_cmd_set_fte()
247 MLX5_SET(dest_format, in_dests, destination_id, in mlx5hws_cmd_set_fte()
250 MLX5_SET(dest_format, in_dests, packet_reformat, 1); in mlx5hws_cmd_set_fte()
251 MLX5_SET(extended_dest_format, in_dests, packet_reformat_id, in mlx5hws_cmd_set_fte()
256 MLX5_SET(dest_format, in_dests, in mlx5hws_cmd_set_fte()
258 MLX5_SET(dest_format, in_dests, destination_id, in mlx5hws_cmd_set_fte()
[all …]