Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.h331 uint32_t n_fields,
564 uint32_t n_fields; member
703 uint32_t n_fields; member
H A Drte_swx_pipeline_spec.c107 uint32_t n_fields; member
122 for (i = 0; i < s->n_fields; i++) { in struct_spec_free()
131 s->n_fields = 0; in struct_spec_free()
256 s->fields[s->n_fields].name = name; in struct_block_parse()
257 s->fields[s->n_fields].n_bits = n_bits; in struct_block_parse()
258 s->n_fields++; in struct_block_parse()
579 s->params.n_fields = 0; in table_spec_free()
701 s->params.n_fields++; in table_key_block_parse()
1360 s->params.n_fields = 0; in learner_spec_free()
1458 s->params.n_fields++; in learner_key_block_parse()
[all …]
H A Drte_swx_pipeline.c122 uint32_t n_fields, in rte_swx_pipeline_struct_type_register() argument
131 CHECK(n_fields, EINVAL); in rte_swx_pipeline_struct_type_register()
133 for (i = 0; i < n_fields; i++) { in rte_swx_pipeline_struct_type_register()
177 st->n_fields = n_fields; in rte_swx_pipeline_struct_type_register()
6357 (a->st->n_fields < src_field_id + h->st->n_fields + 1)) in instr_pattern_mov_all_validate_search()
7220 uint32_t n_fields, in table_match_type_resolve() argument
7257 if (!params->n_fields) { in table_match_fields_check()
7401 if (params->n_fields) { in rte_swx_pipeline_table_config()
7456 t->n_fields = params->n_fields; in rte_swx_pipeline_table_config()
8160 CHECK(mst->n_fields - mf_pos >= ast->n_fields, EINVAL); in learner_action_args_check()
[all …]
H A Drte_swx_pipeline_internal.h52 uint32_t n_fields; member
740 uint32_t n_fields; member
811 uint32_t n_fields; member
/dpdk/lib/table/
H A Drte_swx_table_wm.c187 uint32_t n_fields = acl_cfg->num_fields; in acl_table_rules_get() local
208 for (field_id = 0; field_id < n_fields; field_id++) { in acl_table_rules_get()