Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h1402 struct instruction **action_instructions; member
1462 t->ip = p->action_instructions[action_id]; in thread_ip_action_call()
H A Drte_swx_pipeline.c7046 p->action_instructions = calloc(p->n_actions, sizeof(struct instruction *)); in action_build()
7047 CHECK(p->action_instructions, ENOMEM); in action_build()
7050 p->action_instructions[action->id] = action->instructions; in action_build()
7065 free(p->action_instructions); in action_build_free()
7066 p->action_instructions = NULL; in action_build_free()