Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c4609 instr->type = INSTR_METER_IHM; in instr_meter_translate()
6814 [INSTR_METER_IHM] = instr_meter_ihm_exec,
10194 case INSTR_METER_IHM: return "INSTR_METER_IHM"; in instr_type_to_name()
10668 instr->type == INSTR_METER_IHM || in instr_meter_export()
11063 [INSTR_METER_IHM] = instr_meter_export,
11281 case INSTR_METER_IHM: return "__instr_meter_ihm_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h440 INSTR_METER_IHM, /* index = I, length = H, color_in = MEFT */ enumerator