Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_ctl.c640 if (!ctl->ts_next) in table_state_free()
656 free(ctl->ts_next); in table_state_free()
657 ctl->ts_next = NULL; in table_state_free()
668 if (!ctl->ts_next) { in table_state_create()
676 struct rte_swx_table_state *ts_next = &ctl->ts_next[i]; in table_state_create() local
684 if (!ts_next->obj) { in table_state_create()
1111 struct rte_swx_table_state *ts_next = &ctl->ts_next[table_id]; in table_rollfwd0() local
1159 struct rte_swx_table_state *ts_next = &ctl->ts_next[table_id]; in table_rollfwd1() local
1209 struct rte_swx_table_state *ts_next = &ctl->ts_next[table_id]; in table_rollback() local
1297 ctl->ts = ctl->ts_next; in rte_swx_ctl_pipeline_commit()
[all …]