Searched refs:in_flow_context (Results 1 – 1 of 1) sorted by relevance
| /freebsd-head/sys/dev/mlx5/mlx5_core/ |
| HD | mlx5_fs_cmd.c | 411 mlx5_cmd_set_fte_flow_meter(struct fs_fte *fte, void *in_flow_context) in mlx5_cmd_set_fte_flow_meter() argument 416 execute_aso = MLX5_ADDR_OF(flow_context, in_flow_context, in mlx5_cmd_set_fte_flow_meter() 442 void *in_flow_context, *vlan; in mlx5_cmd_set_fte() local 476 in_flow_context = MLX5_ADDR_OF(set_fte_in, in, flow_context); in mlx5_cmd_set_fte() 477 MLX5_SET(flow_context, in_flow_context, group_id, group_id); in mlx5_cmd_set_fte() 479 MLX5_SET(flow_context, in_flow_context, flow_tag, in mlx5_cmd_set_fte() 481 MLX5_SET(flow_context, in_flow_context, flow_source, in mlx5_cmd_set_fte() 484 MLX5_SET(flow_context, in_flow_context, extended_destination, in mlx5_cmd_set_fte() 491 MLX5_SET(flow_context, in_flow_context, action, action); in mlx5_cmd_set_fte() 493 MLX5_SET(flow_context, in_flow_context, action, in mlx5_cmd_set_fte() [all …]
|