Home
last modified time | relevance | path

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

/dpdk/lib/table/
H A Drte_swx_table_selector.c174 rte_swx_table_selector_footprint_get(uint32_t n_groups_max, uint32_t n_members_per_group_max) in rte_swx_table_selector_footprint_get() argument
178 group_table_size = n_groups_max * n_members_per_group_max * sizeof(uint32_t); in rte_swx_table_selector_footprint_get()
210 !params->n_groups_max || in table_create_check()
211 (params->n_groups_max > 1U << 31) || in table_create_check()
231 t->params.n_groups_max = rte_align32pow2(params->n_groups_max); in table_params_copy()
288 t->group_table_size = params->n_groups_max * group_size; in rte_swx_table_selector_create()
299 for (i = 0; i < params->n_groups_max; i++) in rte_swx_table_selector_create()
495 if (group_id >= t->params.n_groups_max) in group_set()
565 group_id = *group_id_ptr & (t->params.n_groups_max - 1); in rte_swx_table_selector_select()
H A Drte_swx_table_selector.h49 uint32_t n_groups_max; member
88 rte_swx_table_selector_footprint_get(uint32_t n_groups_max, uint32_t n_members_per_group_max);
/dpdk/lib/pipeline/
H A Drte_swx_ctl.c860 for (i = 0; i < s->info.n_groups_max; i++) in selector_free()
867 for (i = 0; i < s->info.n_groups_max; i++) in selector_free()
951 s->params.n_groups_max = s->info.n_groups_max; in selector_params_get()
1360 s->groups = calloc(s->info.n_groups_max, in rte_swx_ctl_pipeline_create()
1366 s->pending_groups = calloc(s->info.n_groups_max, in rte_swx_ctl_pipeline_create()
1372 s->groups_added = calloc(s->info.n_groups_max, sizeof(int)); in rte_swx_ctl_pipeline_create()
2010 for (i = 0; i < s->info.n_groups_max; i++) in rte_swx_ctl_pipeline_selector_group_add()
2034 (group_id >= s->info.n_groups_max) || in rte_swx_ctl_pipeline_selector_group_delete()
2094 (group_id >= s->info.n_groups_max) || in rte_swx_ctl_pipeline_selector_group_member_add()
2146 (group_id >= s->info.n_groups_max) || in rte_swx_ctl_pipeline_selector_group_member_delete()
[all …]
H A Drte_swx_pipeline.h664 uint32_t n_groups_max; member
H A Drte_swx_ctl.h412 uint32_t n_groups_max; member
H A Drte_swx_pipeline_spec.c1069 s->params.n_groups_max = 0; in selector_spec_free()
1272 s->params.n_groups_max = strtoul(p, &p, 0); in selector_block_parse()
H A Drte_swx_pipeline.c7823 CHECK(params->n_groups_max, EINVAL); in rte_swx_pipeline_selector_config()
7859 s->n_groups_max = params->n_groups_max; in rte_swx_pipeline_selector_config()
7944 params->n_groups_max = s->n_groups_max; in selector_table_params_get()
9536 selector->n_groups_max = s->n_groups_max; in rte_swx_ctl_selector_info_get()
H A Drte_swx_pipeline_internal.h783 uint32_t n_groups_max; member
/dpdk/examples/pipeline/examples/
H A Dselector.spec79 n_groups_max 64
H A Dfib.spec136 n_groups_max 65536