Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1865 instr->type = INSTR_HDR_EMIT; in instr_hdr_emit_translate()
6222 if (instr[i].type != INSTR_HDR_EMIT) in instr_pattern_emit_many_tx_search()
6692 [INSTR_HDR_EMIT] = instr_hdr_emit_exec,
10072 case INSTR_HDR_EMIT: return "INSTR_HDR_EMIT"; in instr_type_to_name()
10270 instr->type == INSTR_HDR_EMIT) in instr_io_export()
10941 [INSTR_HDR_EMIT] = instr_io_export,
11159 case INSTR_HDR_EMIT: return "__instr_hdr_emit_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h247 INSTR_HDR_EMIT, enumerator