Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_cmd.c182 void *in_flow_context; in mlx5dr_cmd_set_fte_modify_and_vport() local
199 in_flow_context = MLX5_ADDR_OF(set_fte_in, in, flow_context); in mlx5dr_cmd_set_fte_modify_and_vport()
200 MLX5_SET(flow_context, in_flow_context, group_id, group_id); in mlx5dr_cmd_set_fte_modify_and_vport()
201 MLX5_SET(flow_context, in_flow_context, modify_header_id, modify_header_id); in mlx5dr_cmd_set_fte_modify_and_vport()
202 MLX5_SET(flow_context, in_flow_context, destination_list_size, 1); in mlx5dr_cmd_set_fte_modify_and_vport()
203 MLX5_SET(flow_context, in_flow_context, action, in mlx5dr_cmd_set_fte_modify_and_vport()
207 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5dr_cmd_set_fte_modify_and_vport()
529 void *in_flow_context, *vlan; in mlx5dr_cmd_set_fte() local
563 in_flow_context = MLX5_ADDR_OF(set_fte_in, in, flow_context); in mlx5dr_cmd_set_fte()
564 MLX5_SET(flow_context, in_flow_context, group_id, group_id); in mlx5dr_cmd_set_fte()
[all …]
/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.c400 void *in_flow_context, *vlan; in mlx5_cmd_set_fte() local
435 in_flow_context = MLX5_ADDR_OF(set_fte_in, in, flow_context); in mlx5_cmd_set_fte()
436 MLX5_SET(flow_context, in_flow_context, group_id, group_id); in mlx5_cmd_set_fte()
438 MLX5_SET(flow_context, in_flow_context, flow_tag, in mlx5_cmd_set_fte()
440 MLX5_SET(flow_context, in_flow_context, flow_source, in mlx5_cmd_set_fte()
443 MLX5_SET(flow_context, in_flow_context, extended_destination, in mlx5_cmd_set_fte()
450 MLX5_SET(flow_context, in_flow_context, action, action); in mlx5_cmd_set_fte()
452 MLX5_SET(flow_context, in_flow_context, action, in mlx5_cmd_set_fte()
455 MLX5_SET(flow_context, in_flow_context, packet_reformat_id, in mlx5_cmd_set_fte()
459 MLX5_SET(flow_context, in_flow_context, modify_header_id, in mlx5_cmd_set_fte()
[all …]