Searched refs:learner_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() local1054 learner_base_index = ctl->info.n_tables + ctl->info.n_selectors; in table_state_free()1056 struct rte_swx_table_state *ts = &ctl->ts_next[learner_base_index + i]; in table_state_free()1069 uint32_t table_base_index, selector_base_index, learner_base_index, i; in table_state_create() local1131 learner_base_index = ctl->info.n_tables + ctl->info.n_selectors; in table_state_create()1134 struct rte_swx_table_state *ts = &ctl->ts[learner_base_index + i]; in table_state_create()1135 struct rte_swx_table_state *ts_next = &ctl->ts_next[learner_base_index + i]; in table_state_create()