Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c8258 int contiguous_fields, in table_match_type_resolve() argument
8277 *match_type = ((n_fields_em == n_fields) && contiguous_fields) ? in table_match_type_resolve()
8288 int *contiguous_fields) in table_match_fields_check() argument
8305 if (contiguous_fields) in table_match_fields_check()
8306 *contiguous_fields = 0; in table_match_fields_check()
8382 if (contiguous_fields) in table_match_fields_check()
8383 *contiguous_fields = (n_fields_with_valid_next == params->n_fields - 1) ? 1 : 0; in table_match_fields_check()
8405 int contiguous_fields = 0, status = 0; in rte_swx_pipeline_table_config() local
8417 status = table_match_fields_check(p, params, &header, &contiguous_fields); in rte_swx_pipeline_table_config()
8475 contiguous_fields, in rte_swx_pipeline_table_config()