Searched refs:in_flow_context (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| 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 …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | fs_cmd.c | 502 execute_aso = MLX5_ADDR_OF(flow_context, in_flow_context, in mlx5_cmd_set_fte_flow_meter() 528 void *in_flow_context, *vlan; in mlx5_cmd_set_fte() local 564 MLX5_SET(flow_context, in_flow_context, group_id, group_id); in mlx5_cmd_set_fte() 566 MLX5_SET(flow_context, in_flow_context, flow_tag, in mlx5_cmd_set_fte() 568 MLX5_SET(flow_context, in_flow_context, flow_source, in mlx5_cmd_set_fte() 570 MLX5_SET(flow_context, in_flow_context, uplink_hairpin_en, in mlx5_cmd_set_fte() 580 MLX5_SET(flow_context, in_flow_context, action, action); in mlx5_cmd_set_fte() 596 MLX5_SET(flow_context, in_flow_context, packet_reformat_id, in mlx5_cmd_set_fte() 606 MLX5_SET(flow_context, in_flow_context, modify_header_id, in mlx5_cmd_set_fte() 627 in_match_value = MLX5_ADDR_OF(flow_context, in_flow_context, in mlx5_cmd_set_fte() [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | cmd.c | 181 void *in_flow_context; in mlx5hws_cmd_set_fte() local 204 in_flow_context = MLX5_ADDR_OF(set_fte_in, in, flow_context); in mlx5hws_cmd_set_fte() 205 MLX5_SET(flow_context, in_flow_context, group_id, group_id); in mlx5hws_cmd_set_fte() 206 MLX5_SET(flow_context, in_flow_context, flow_source, fte_attr->flow_source); in mlx5hws_cmd_set_fte() 207 MLX5_SET(flow_context, in_flow_context, extended_destination, fte_attr->extended_dest); in mlx5hws_cmd_set_fte() 211 MLX5_SET(flow_context, in_flow_context, action, action_flags); in mlx5hws_cmd_set_fte() 214 MLX5_SET(flow_context, in_flow_context, in mlx5hws_cmd_set_fte() 219 MLX5_SET(flow_context, in_flow_context, in mlx5hws_cmd_set_fte() 221 MLX5_SET(flow_context, in_flow_context, in mlx5hws_cmd_set_fte() 226 in_dests = (u8 *)MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5hws_cmd_set_fte() [all …]
|
Completed in 13 milliseconds