Searched refs:table_state (Results 1 – 3 of 3) sorted by relevance
695 struct rte_swx_table_state **table_state);714 struct rte_swx_table_state *table_state);
8570 CHECK(p->table_state, ENOMEM); in table_state_build()8655 if (!p->table_state) in table_state_build_free()8659 struct rte_swx_table_state *ts = &p->table_state[i]; in table_state_build_free()8689 free(p->table_state); in table_state_build_free()8690 p->table_state = NULL; in table_state_build_free()9688 struct rte_swx_table_state **table_state) in rte_swx_pipeline_table_state_get() argument9690 if (!p || !table_state || !p->build_done) in rte_swx_pipeline_table_state_get()9693 *table_state = p->table_state; in rte_swx_pipeline_table_state_get()9699 struct rte_swx_table_state *table_state) in rte_swx_pipeline_table_state_set() argument9701 if (!p || !table_state || !p->build_done) in rte_swx_pipeline_table_state_set()[all …]
924 struct rte_swx_table_state *table_state; member1404 struct rte_swx_table_state *table_state; member1522 t->table_state = p->table_state; in __instr_rx_exec()2045 struct rte_swx_table_state *ts = &t->table_state[p->n_tables + in __instr_learn_exec()2075 struct rte_swx_table_state *ts = &t->table_state[p->n_tables + in __instr_forget_exec()