Searched refs:in_flow_context (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_cmd.c | 280 void *in_flow_context; in mlx5dr_cmd_set_fte_modify_and_vport() local 297 in_flow_context = MLX5_ADDR_OF(set_fte_in, in, flow_context); in mlx5dr_cmd_set_fte_modify_and_vport() 298 MLX5_SET(flow_context, in_flow_context, group_id, group_id); in mlx5dr_cmd_set_fte_modify_and_vport() 299 MLX5_SET(flow_context, in_flow_context, modify_header_id, modify_header_id); in mlx5dr_cmd_set_fte_modify_and_vport() 300 MLX5_SET(flow_context, in_flow_context, destination_list_size, 1); in mlx5dr_cmd_set_fte_modify_and_vport() 301 MLX5_SET(flow_context, in_flow_context, action, in mlx5dr_cmd_set_fte_modify_and_vport() 305 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5dr_cmd_set_fte_modify_and_vport() 632 void *in_flow_context, *vlan; in mlx5dr_cmd_set_fte() local 667 in_flow_context = MLX5_ADDR_OF(set_fte_in, in, flow_context); in mlx5dr_cmd_set_fte() 668 MLX5_SET(flow_context, in_flow_context, group_id, group_id); in mlx5dr_cmd_set_fte() [all …]
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.c | 469 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 …]
|