Searched refs:reg_c_x (Results 1 – 1 of 1) sorted by relevance
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 1098 struct field_modify_info reg_c_x[] = { in flow_dv_convert_action_set_tag() local 1111 reg_c_x[0] = (struct field_modify_info){4, 0, reg_type}; in flow_dv_convert_action_set_tag() 1112 return flow_dv_convert_modify_action(&item, reg_c_x, NULL, resource, in flow_dv_convert_action_set_tag() 1205 struct field_modify_info reg_c_x[] = { in flow_dv_convert_action_mark() local 1226 reg_c_x[0] = (struct field_modify_info){4, 0, reg_to_field[reg]}; in flow_dv_convert_action_mark() 1227 return flow_dv_convert_modify_action(&item, reg_c_x, NULL, resource, in flow_dv_convert_action_mark() 1295 struct field_modify_info reg_c_x[] = { in flow_dv_convert_action_set_meta() local 1312 reg_c_x[0] = (struct field_modify_info){4, 0, reg_to_field[reg]}; in flow_dv_convert_action_set_meta() 1314 return flow_dv_convert_modify_action(&item, reg_c_x, NULL, resource, in flow_dv_convert_action_set_meta()
|