Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c4577 instr->type = INSTR_METER_HMI; in instr_meter_translate()
6809 [INSTR_METER_HMI] = instr_meter_hmi_exec,
10189 case INSTR_METER_HMI: return "INSTR_METER_HMI"; in instr_type_to_name()
10676 instr->type == INSTR_METER_HMI || in instr_meter_export()
11058 [INSTR_METER_HMI] = instr_meter_export,
11276 case INSTR_METER_HMI: return "__instr_meter_hmi_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h435 INSTR_METER_HMI, /* index = H, length = MEFT, color_in = I */ enumerator