Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c4607 instr->type = INSTR_METER_IMM; in instr_meter_translate()
6816 [INSTR_METER_IMM] = instr_meter_imm_exec,
10196 case INSTR_METER_IMM: return "INSTR_METER_IMM"; in instr_type_to_name()
10670 instr->type == INSTR_METER_IMM || in instr_meter_export()
11065 [INSTR_METER_IMM] = instr_meter_export,
11283 case INSTR_METER_IMM: return "__instr_meter_imm_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h442 INSTR_METER_IMM, /* index = I, length = MEFT, color_in = MEFT */ enumerator