Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1379 case INSTR_TX_I: in instruction_is_tx()
1393 case INSTR_TX_I: in instruction_does_tx()
1597 instr->type = INSTR_TX_I; in instr_tx_translate()
6678 [INSTR_TX_I] = instr_tx_i_exec,
10056 case INSTR_TX_I: return "INSTR_TX_I"; in instr_type_to_name()
10262 if (instr->type == INSTR_TX_I) in instr_io_export()
10925 [INSTR_TX_I] = instr_io_export,
11143 case INSTR_TX_I: return "__instr_tx_i_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h227 INSTR_TX_I, /* port_out = I */ enumerator