Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1375 instruction_is_tx(enum instruction_type type) in instruction_is_tx() function
6071 if (instruction_is_tx(type)) in instr_verify()
6080 CHECK(instruction_is_tx(type) || (type == INSTR_JMP), EINVAL); in instr_verify()
6091 if ((type == INSTR_RETURN) || instruction_is_tx(type)) in instr_verify()