Searched refs:match_field (Results 1 – 2 of 2) sorted by relevance
277 struct rte_swx_ctl_table_match_field_info *match_field);
574 struct match_field { struct586 struct match_field *fields; argument6511 t->fields = calloc(params->n_fields, sizeof(struct match_field)); in rte_swx_pipeline_table_config()6542 struct match_field *f = &t->fields[i]; in rte_swx_pipeline_table_config()7101 struct rte_swx_ctl_table_match_field_info *match_field) in rte_swx_ctl_table_match_field_info_get() argument7104 struct match_field *f; in rte_swx_ctl_table_match_field_info_get()7106 if (!p || (table_id >= p->n_tables) || !match_field) in rte_swx_ctl_table_match_field_info_get()7114 match_field->match_type = f->match_type; in rte_swx_ctl_table_match_field_info_get()7115 match_field->is_header = t->is_header; in rte_swx_ctl_table_match_field_info_get()7116 match_field->n_bits = f->field->n_bits; in rte_swx_ctl_table_match_field_info_get()[all …]