Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c4638 instr->type = INSTR_METER_IMI; in instr_meter_translate()
6817 [INSTR_METER_IMI] = instr_meter_imi_exec,
10197 case INSTR_METER_IMI: return "INSTR_METER_IMI"; in instr_type_to_name()
10671 instr->type == INSTR_METER_IMI) in instr_meter_export()
10680 instr->type == INSTR_METER_IMI) in instr_meter_export()
11066 [INSTR_METER_IMI] = instr_meter_export,
11284 case INSTR_METER_IMI: return "__instr_meter_imi_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h443 INSTR_METER_IMI, /* index = I, length = MEFT, color_in = I */ enumerator