Searched refs:flow_context (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.c | 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() 366 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5_cmd_set_fte() [all …]
|
/Linux-v4.19/include/linux/mlx5/ |
D | mlx5_ifc.h | 3608 struct mlx5_ifc_flow_context_bits flow_context; member 4612 struct mlx5_ifc_flow_context_bits flow_context; member
|