Searched refs:reg_c_x (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 998 struct field_modify_info reg_c_x[] = { in flow_dv_convert_action_set_tag() local 1011 reg_c_x[0] = (struct field_modify_info){4, 0, reg_type}; in flow_dv_convert_action_set_tag() 1012 return flow_dv_convert_modify_action(&item, reg_c_x, NULL, resource, in flow_dv_convert_action_set_tag() 1123 struct field_modify_info reg_c_x[] = { in flow_dv_convert_action_mark() local 1144 reg_c_x[0] = (struct field_modify_info){4, 0, reg_to_field[reg]}; in flow_dv_convert_action_mark() 1145 return flow_dv_convert_modify_action(&item, reg_c_x, NULL, resource, in flow_dv_convert_action_mark() 1213 struct field_modify_info reg_c_x[] = { in flow_dv_convert_action_set_meta() local 1241 reg_c_x[0] = (struct field_modify_info){4, 0, reg_to_field[reg]}; in flow_dv_convert_action_set_meta() 1243 return flow_dv_convert_modify_action(&item, reg_c_x, NULL, resource, in flow_dv_convert_action_set_meta()
|