Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1453 case INSTR_RX: in instruction_does_thread_yield()
1562 instr->type = INSTR_RX; in instr_rx_translate()
6065 CHECK(instr[0].type == INSTR_RX, EINVAL); in instr_verify()
6676 [INSTR_RX] = instr_rx_exec,
10053 case INSTR_RX: return "INSTR_RX"; in instr_type_to_name()
10256 if (instr->type == INSTR_RX || in instr_io_export()
10922 [INSTR_RX] = instr_io_export,
11140 case INSTR_RX: return NULL; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h221 INSTR_RX, enumerator