Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_ctl.h295 uint32_t match_field_id,
585 uint32_t match_field_id,
H A Drte_swx_pipeline.c9448 uint32_t match_field_id, in rte_swx_ctl_table_match_field_info_get() argument
9458 if (!t || (match_field_id >= t->n_fields)) in rte_swx_ctl_table_match_field_info_get()
9461 f = &t->fields[match_field_id]; in rte_swx_ctl_table_match_field_info_get()
9638 uint32_t match_field_id, in rte_swx_ctl_learner_match_field_info_get() argument
9648 if (!l || (match_field_id >= l->n_fields)) in rte_swx_ctl_learner_match_field_info_get()
9651 f = l->fields[match_field_id]; in rte_swx_ctl_learner_match_field_info_get()