Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_pipeline.c233 INSTR_TX, enumerator
2520 instr->type = INSTR_TX; in instr_tx_translate()
5696 if (type == INSTR_TX) in instr_verify()
5705 CHECK((type == INSTR_TX) || (type == INSTR_JMP), EINVAL); in instr_verify()
5716 if ((type == INSTR_RETURN) || (type == INSTR_TX)) in instr_verify()
5796 if (instr[i].type != INSTR_TX) in instr_pattern_emit_many_tx_detect()
6032 [INSTR_TX] = instr_tx_exec,