Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_ctl.h296 struct rte_swx_ctl_table_match_field_info *match_field);
586 struct rte_swx_ctl_table_match_field_info *match_field);
H A Drte_swx_pipeline.c7449 struct match_field *f = &t->fields[i]; in rte_swx_pipeline_table_config()
9452 struct match_field *f; in rte_swx_ctl_table_match_field_info_get()
9454 if (!p || (table_id >= p->n_tables) || !match_field) in rte_swx_ctl_table_match_field_info_get()
9462 match_field->match_type = f->match_type; in rte_swx_ctl_table_match_field_info_get()
9463 match_field->is_header = t->header ? 1 : 0; in rte_swx_ctl_table_match_field_info_get()
9464 match_field->n_bits = f->field->n_bits; in rte_swx_ctl_table_match_field_info_get()
9465 match_field->offset = f->field->offset; in rte_swx_ctl_table_match_field_info_get()
9652 match_field->match_type = RTE_SWX_TABLE_MATCH_EXACT; in rte_swx_ctl_learner_match_field_info_get()
9653 match_field->is_header = l->header ? 1 : 0; in rte_swx_ctl_learner_match_field_info_get()
9654 match_field->n_bits = f->n_bits; in rte_swx_ctl_learner_match_field_info_get()
[all …]
H A Drte_swx_pipeline_internal.h727 struct match_field { struct
739 struct match_field *fields; argument
/dpdk/drivers/net/mvpp2/
H A Dmrvl_qos.c522 udf_params->match_field.eth = MV_NET_ETH_F_TYPE; in parse_udf()
536 udf_params->match_field.udp = MV_NET_UDP_F_DP; in parse_udf()