Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_pipeline_spec.c103 uint32_t n_fields; member
117 for (i = 0; i < s->n_fields; i++) { in struct_spec_free()
126 s->n_fields = 0; in struct_spec_free()
236 s->fields[s->n_fields].name = name; in struct_block_parse()
237 s->fields[s->n_fields].n_bits = n_bits; in struct_block_parse()
238 s->n_fields++; in struct_block_parse()
528 for (i = 0; i < s->params.n_fields; i++) { in table_spec_free()
537 s->params.n_fields = 0; in table_spec_free()
651 s->params.fields[s->params.n_fields].name = name; in table_key_block_parse()
653 s->params.n_fields++; in table_key_block_parse()
[all …]
H A Drte_swx_pipeline.h319 uint32_t n_fields);
555 uint32_t n_fields; member
H A Drte_swx_pipeline.c64 uint32_t n_fields; member
587 uint32_t n_fields; member
1043 uint32_t n_fields) in rte_swx_pipeline_struct_type_register() argument
1051 CHECK(n_fields, EINVAL); in rte_swx_pipeline_struct_type_register()
1093 st->n_fields = n_fields; in rte_swx_pipeline_struct_type_register()
6391 uint32_t n_fields) in table_match_type_resolve() argument
6399 if (i == n_fields) in table_match_type_resolve()
6402 if ((i == n_fields - 1) && in table_match_type_resolve()
6494 if (params->n_fields) { in rte_swx_pipeline_table_config()
6498 params->n_fields); in rte_swx_pipeline_table_config()
[all …]