Home
last modified time | relevance | path

Searched refs:table_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
1030 table_base_index = 0; in table_state_free()
1033 struct rte_swx_table_state *ts = &ctl->ts_next[table_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
1080 table_base_index = 0; in table_state_create()
1083 struct rte_swx_table_state *ts = &ctl->ts[table_base_index + i]; in table_state_create()
1084 struct rte_swx_table_state *ts_next = &ctl->ts_next[table_base_index + i]; in table_state_create()