Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_ctl.h277 struct rte_swx_ctl_table_match_field_info *match_field);
H A Drte_swx_pipeline.c574 struct match_field { struct
586 struct match_field *fields; argument
6511 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() argument
7104 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 …]