Searched refs:in_flow_context (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_cmd.c | 315 void *in_flow_context; in mlx5dr_cmd_set_fte_modify_and_vport() local 332 in_flow_context = MLX5_ADDR_OF(set_fte_in, in, flow_context); in mlx5dr_cmd_set_fte_modify_and_vport() 333 MLX5_SET(flow_context, in_flow_context, group_id, group_id); in mlx5dr_cmd_set_fte_modify_and_vport() 334 MLX5_SET(flow_context, in_flow_context, modify_header_id, modify_header_id); in mlx5dr_cmd_set_fte_modify_and_vport() 335 MLX5_SET(flow_context, in_flow_context, destination_list_size, 1); in mlx5dr_cmd_set_fte_modify_and_vport() 336 MLX5_SET(flow_context, in_flow_context, action, in mlx5dr_cmd_set_fte_modify_and_vport() 340 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5dr_cmd_set_fte_modify_and_vport() 790 void *in_flow_context, *vlan; in mlx5dr_cmd_set_fte() local 825 in_flow_context = MLX5_ADDR_OF(set_fte_in, in, flow_context); in mlx5dr_cmd_set_fte() 826 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 | 496 mlx5_cmd_set_fte_flow_meter(struct fs_fte *fte, void *in_flow_context) in mlx5_cmd_set_fte_flow_meter() argument 501 execute_aso = MLX5_ADDR_OF(flow_context, in_flow_context, in mlx5_cmd_set_fte_flow_meter() 527 void *in_flow_context, *vlan; in mlx5_cmd_set_fte() local 562 in_flow_context = MLX5_ADDR_OF(set_fte_in, in, flow_context); in mlx5_cmd_set_fte() 563 MLX5_SET(flow_context, in_flow_context, group_id, group_id); in mlx5_cmd_set_fte() 565 MLX5_SET(flow_context, in_flow_context, flow_tag, in mlx5_cmd_set_fte() 567 MLX5_SET(flow_context, in_flow_context, flow_source, in mlx5_cmd_set_fte() 569 MLX5_SET(flow_context, in_flow_context, uplink_hairpin_en, in mlx5_cmd_set_fte() 572 MLX5_SET(flow_context, in_flow_context, extended_destination, in mlx5_cmd_set_fte() 579 MLX5_SET(flow_context, in_flow_context, action, action); in mlx5_cmd_set_fte() [all …]
|