Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_ctl.c208 if (table->info.n_match_fields) { in table_params_get()
215 for (i = 1; i < table->info.n_match_fields; i++) { in table_params_get()
1271 t->mf = calloc(t->info.n_match_fields, in rte_swx_ctl_pipeline_create()
1276 for (j = 0; j < t->info.n_match_fields; j++) { in rte_swx_ctl_pipeline_create()
1306 if ((t->is_stub && t->info.n_match_fields) || in rte_swx_ctl_pipeline_create()
1307 (!t->is_stub && !t->info.n_match_fields)) in rte_swx_ctl_pipeline_create()
1402 l->mf = calloc(l->info.n_match_fields, in rte_swx_ctl_pipeline_create()
1407 for (j = 0; j < l->info.n_match_fields; j++) { in rte_swx_ctl_pipeline_create()
2677 if (n_tokens < 1 + table->info.n_match_fields) in rte_swx_ctl_pipeline_table_entry_read()
2741 tokens += 1 + table->info.n_match_fields; in rte_swx_ctl_pipeline_table_entry_read()
[all …]
H A Drte_swx_ctl.h219 uint32_t n_match_fields; member
532 uint32_t n_match_fields; member
H A Drte_swx_pipeline.c9438 table->n_match_fields = t->n_fields; in rte_swx_ctl_table_info_get()
9627 learner->n_match_fields = l->n_fields; in rte_swx_ctl_learner_info_get()