Searched refs:in_flow_context (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.c | 320 void *in_flow_context, *vlan; in mlx5_cmd_set_fte() local 341 in_flow_context = MLX5_ADDR_OF(set_fte_in, in, flow_context); in mlx5_cmd_set_fte() 342 MLX5_SET(flow_context, in_flow_context, group_id, group_id); in mlx5_cmd_set_fte() 344 MLX5_SET(flow_context, in_flow_context, flow_tag, fte->action.flow_tag); in mlx5_cmd_set_fte() 345 MLX5_SET(flow_context, in_flow_context, action, fte->action.action); in mlx5_cmd_set_fte() 346 MLX5_SET(flow_context, in_flow_context, encap_id, fte->action.encap_id); in mlx5_cmd_set_fte() 347 MLX5_SET(flow_context, in_flow_context, modify_header_id, in mlx5_cmd_set_fte() 350 vlan = MLX5_ADDR_OF(flow_context, in_flow_context, push_vlan); in mlx5_cmd_set_fte() 356 vlan = MLX5_ADDR_OF(flow_context, in_flow_context, push_vlan_2); in mlx5_cmd_set_fte() 362 in_match_value = MLX5_ADDR_OF(flow_context, in_flow_context, in mlx5_cmd_set_fte() [all …]
|