Searched refs:in_flow_context (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| A 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() 336 MLX5_SET(flow_context, in_flow_context, action, in mlx5dr_cmd_set_fte_modify_and_vport() 790 void *in_flow_context, *vlan; in mlx5dr_cmd_set_fte() local 826 MLX5_SET(flow_context, in_flow_context, group_id, group_id); in mlx5dr_cmd_set_fte() 828 MLX5_SET(flow_context, in_flow_context, flow_tag, in mlx5dr_cmd_set_fte() 830 MLX5_SET(flow_context, in_flow_context, flow_source, in mlx5dr_cmd_set_fte() 840 MLX5_SET(flow_context, in_flow_context, action, action); in mlx5dr_cmd_set_fte() 842 MLX5_SET(flow_context, in_flow_context, action, in mlx5dr_cmd_set_fte() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | fs_cmd.c | 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() 579 MLX5_SET(flow_context, in_flow_context, action, action); in mlx5_cmd_set_fte() 607 MLX5_SET(flow_context, in_flow_context, modify_header_id, in mlx5_cmd_set_fte() 628 in_match_value = MLX5_ADDR_OF(flow_context, in_flow_context, in mlx5_cmd_set_fte() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | mlx5hws_cmd.c | 187 void *in_flow_context; in mlx5hws_cmd_set_fte() local 210 in_flow_context = MLX5_ADDR_OF(set_fte_in, in, flow_context); in mlx5hws_cmd_set_fte() 211 MLX5_SET(flow_context, in_flow_context, group_id, group_id); in mlx5hws_cmd_set_fte() 212 MLX5_SET(flow_context, in_flow_context, flow_source, fte_attr->flow_source); in mlx5hws_cmd_set_fte() 213 MLX5_SET(flow_context, in_flow_context, extended_destination, fte_attr->extended_dest); in mlx5hws_cmd_set_fte() 217 MLX5_SET(flow_context, in_flow_context, action, action_flags); in mlx5hws_cmd_set_fte() 220 MLX5_SET(flow_context, in_flow_context, in mlx5hws_cmd_set_fte() 225 MLX5_SET(flow_context, in_flow_context, in mlx5hws_cmd_set_fte() 227 MLX5_SET(flow_context, in_flow_context, in mlx5hws_cmd_set_fte() 232 in_dests = (u8 *)MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5hws_cmd_set_fte() [all …]
|
Completed in 14 milliseconds