Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_ctl.c1024 uint32_t table_base_index, selector_base_index, learner_base_index, i; in table_state_free() local
1044 selector_base_index = ctl->info.n_tables; in table_state_free()
1046 struct rte_swx_table_state *ts = &ctl->ts_next[selector_base_index + i]; in table_state_free()
1069 uint32_t table_base_index, selector_base_index, learner_base_index, i; in table_state_create() local
1117 selector_base_index = ctl->info.n_tables; in table_state_create()
1120 struct rte_swx_table_state *ts_next = &ctl->ts_next[selector_base_index + i]; in table_state_create()