Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3936 instr->type = INSTR_REGWR_RHM; in instr_regwr_translate()
6783 [INSTR_REGWR_RHM] = instr_regwr_rhm_exec,
10163 case INSTR_REGWR_RHM: return "INSTR_REGWR_RHM"; in instr_type_to_name()
11032 [INSTR_REGWR_RHM] = instr_reg_export,
11250 case INSTR_REGWR_RHM: return "__instr_regwr_rhm_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h397 INSTR_REGWR_RHM, /* index = H, src = MEFT */ enumerator