Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1395 case INSTR_HDR_EMIT_TX: in instruction_does_tx()
6693 [INSTR_HDR_EMIT_TX] = instr_hdr_emit_tx_exec,
10073 case INSTR_HDR_EMIT_TX: return "INSTR_HDR_EMIT_TX"; in instr_type_to_name()
10259 (instr->type >= INSTR_HDR_EMIT_TX && instr->type <= INSTR_HDR_EMIT8_TX)) in instr_io_export()
10273 if (instr->type >= INSTR_HDR_EMIT_TX && instr->type <= INSTR_HDR_EMIT8_TX) in instr_io_export()
10274 n_hdrs = 1 + (instr->type - INSTR_HDR_EMIT_TX); in instr_io_export()
10942 [INSTR_HDR_EMIT_TX] = instr_io_export,
11160 case INSTR_HDR_EMIT_TX: return "__instr_hdr_emit_tx_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h248 INSTR_HDR_EMIT_TX, enumerator