Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_cmd.c278 void *in_flow_context; in mlx5dr_cmd_set_fte_modify_and_vport() local
295 in_flow_context = MLX5_ADDR_OF(set_fte_in, in, flow_context); in mlx5dr_cmd_set_fte_modify_and_vport()
296 MLX5_SET(flow_context, in_flow_context, group_id, group_id); in mlx5dr_cmd_set_fte_modify_and_vport()
297 MLX5_SET(flow_context, in_flow_context, modify_header_id, modify_header_id); in mlx5dr_cmd_set_fte_modify_and_vport()
298 MLX5_SET(flow_context, in_flow_context, destination_list_size, 1); in mlx5dr_cmd_set_fte_modify_and_vport()
299 MLX5_SET(flow_context, in_flow_context, action, in mlx5dr_cmd_set_fte_modify_and_vport()
303 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5dr_cmd_set_fte_modify_and_vport()
629 void *in_flow_context, *vlan; in mlx5dr_cmd_set_fte() local
664 in_flow_context = MLX5_ADDR_OF(set_fte_in, in, flow_context); in mlx5dr_cmd_set_fte()
665 MLX5_SET(flow_context, in_flow_context, group_id, group_id); in mlx5dr_cmd_set_fte()
[all …]
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.c469 void *in_flow_context, *vlan; in mlx5_cmd_set_fte() local
503 in_flow_context = MLX5_ADDR_OF(set_fte_in, in, flow_context); in mlx5_cmd_set_fte()
504 MLX5_SET(flow_context, in_flow_context, group_id, group_id); in mlx5_cmd_set_fte()
506 MLX5_SET(flow_context, in_flow_context, flow_tag, in mlx5_cmd_set_fte()
508 MLX5_SET(flow_context, in_flow_context, flow_source, in mlx5_cmd_set_fte()
511 MLX5_SET(flow_context, in_flow_context, extended_destination, in mlx5_cmd_set_fte()
518 MLX5_SET(flow_context, in_flow_context, action, action); in mlx5_cmd_set_fte()
520 MLX5_SET(flow_context, in_flow_context, action, in mlx5_cmd_set_fte()
523 MLX5_SET(flow_context, in_flow_context, packet_reformat_id, in mlx5_cmd_set_fte()
527 MLX5_SET(flow_context, in_flow_context, modify_header_id, in mlx5_cmd_set_fte()
[all …]