Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_cmd.c287 void *in_flow_context; in mlx5dr_cmd_set_fte_modify_and_vport() local
304 in_flow_context = MLX5_ADDR_OF(set_fte_in, in, flow_context); in mlx5dr_cmd_set_fte_modify_and_vport()
305 MLX5_SET(flow_context, in_flow_context, group_id, group_id); in mlx5dr_cmd_set_fte_modify_and_vport()
306 MLX5_SET(flow_context, in_flow_context, modify_header_id, modify_header_id); in mlx5dr_cmd_set_fte_modify_and_vport()
307 MLX5_SET(flow_context, in_flow_context, destination_list_size, 1); in mlx5dr_cmd_set_fte_modify_and_vport()
308 MLX5_SET(flow_context, in_flow_context, action, in mlx5dr_cmd_set_fte_modify_and_vport()
312 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5dr_cmd_set_fte_modify_and_vport()
641 void *in_flow_context, *vlan; in mlx5dr_cmd_set_fte() local
676 in_flow_context = MLX5_ADDR_OF(set_fte_in, in, flow_context); in mlx5dr_cmd_set_fte()
677 MLX5_SET(flow_context, in_flow_context, group_id, group_id); in mlx5dr_cmd_set_fte()
[all …]
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.c488 mlx5_cmd_set_fte_flow_meter(struct fs_fte *fte, void *in_flow_context) in mlx5_cmd_set_fte_flow_meter() argument
493 execute_aso = MLX5_ADDR_OF(flow_context, in_flow_context, in mlx5_cmd_set_fte_flow_meter()
519 void *in_flow_context, *vlan; in mlx5_cmd_set_fte() local
553 in_flow_context = MLX5_ADDR_OF(set_fte_in, in, flow_context); in mlx5_cmd_set_fte()
554 MLX5_SET(flow_context, in_flow_context, group_id, group_id); in mlx5_cmd_set_fte()
556 MLX5_SET(flow_context, in_flow_context, flow_tag, in mlx5_cmd_set_fte()
558 MLX5_SET(flow_context, in_flow_context, flow_source, in mlx5_cmd_set_fte()
561 MLX5_SET(flow_context, in_flow_context, extended_destination, in mlx5_cmd_set_fte()
568 MLX5_SET(flow_context, in_flow_context, action, action); in mlx5_cmd_set_fte()
570 MLX5_SET(flow_context, in_flow_context, action, in mlx5_cmd_set_fte()
[all …]