Searched refs:table_base_index (Results 1 – 1 of 1) sorted by relevance
1024 uint32_t table_base_index, selector_base_index, learner_base_index, i; in table_state_free() local1030 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() local1080 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()