Searched refs:in_flow_context (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | cmd.c | 182 void *in_flow_context; in mlx5hws_cmd_set_fte() local 205 in_flow_context = MLX5_ADDR_OF(set_fte_in, in, flow_context); in mlx5hws_cmd_set_fte() 206 MLX5_SET(flow_context, in_flow_context, group_id, group_id); in mlx5hws_cmd_set_fte() 207 MLX5_SET(flow_context, in_flow_context, flow_source, fte_attr->flow_source); in mlx5hws_cmd_set_fte() 208 MLX5_SET(flow_context, in_flow_context, extended_destination, fte_attr->extended_dest); in mlx5hws_cmd_set_fte() 212 MLX5_SET(flow_context, in_flow_context, action, action_flags); in mlx5hws_cmd_set_fte() 215 MLX5_SET(flow_context, in_flow_context, in mlx5hws_cmd_set_fte() 220 MLX5_SET(flow_context, in_flow_context, in mlx5hws_cmd_set_fte() 222 MLX5_SET(flow_context, in_flow_context, in mlx5hws_cmd_set_fte() 227 in_dests = (u8 *)MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5hws_cmd_set_fte() [all …]
|