Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c4573 instr->type = INSTR_METER_MMI; in instr_meter_translate()
6813 [INSTR_METER_MMI] = instr_meter_mmi_exec,
10193 case INSTR_METER_MMI: return "INSTR_METER_MMI"; in instr_type_to_name()
10678 instr->type == INSTR_METER_MMI || in instr_meter_export()
11062 [INSTR_METER_MMI] = instr_meter_export,
11280 case INSTR_METER_MMI: return "__instr_meter_mmi_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h439 INSTR_METER_MMI, /* index = MEFT, length = MEFT, color_in = I */ enumerator