Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1378 case INSTR_TX: in instruction_is_tx()
1392 case INSTR_TX: in instruction_does_tx()
1587 instr->type = INSTR_TX; in instr_tx_translate()
6235 if (instr[i].type != INSTR_TX) in instr_pattern_emit_many_tx_search()
6677 [INSTR_TX] = instr_tx_exec,
10055 case INSTR_TX: return "INSTR_TX"; in instr_type_to_name()
10257 instr->type == INSTR_TX || in instr_io_export()
10924 [INSTR_TX] = instr_io_export,
11142 case INSTR_TX: return "__instr_tx_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h226 INSTR_TX, /* port_out = M */ enumerator