Home
last modified time | relevance | path

Searched refs:reg_to_field (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c1014 static enum mlx5_modification_field reg_to_field[] = { enum
1059 .field = reg_to_field[conf->id], in flow_dv_convert_action_set_reg()
1108 MLX5_ASSERT((unsigned int)ret < RTE_DIM(reg_to_field)); in flow_dv_convert_action_set_tag()
1109 reg_type = reg_to_field[ret]; in flow_dv_convert_action_set_tag()
1144 {4, 0, reg_to_field[conf->src]}, in flow_dv_convert_action_copy_mreg()
1149 .id = reg_to_field[conf->dst], in flow_dv_convert_action_copy_mreg()
1788 MLX5_ASSERT((unsigned int)reg < RTE_DIM(reg_to_field)); in mlx5_flow_field_id_to_modify_info()
1790 reg_to_field[reg]}; in mlx5_flow_field_id_to_modify_info()
1806 MLX5_ASSERT((unsigned int)reg < RTE_DIM(reg_to_field)); in mlx5_flow_field_id_to_modify_info()
1808 reg_to_field[reg]}; in mlx5_flow_field_id_to_modify_info()
[all …]