Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c3934 instr->type = INSTR_REGWR_RMM; in instr_regwr_translate()
6785 [INSTR_REGWR_RMM] = instr_regwr_rmm_exec,
10166 case INSTR_REGWR_RMM: return "INSTR_REGWR_RMM"; in instr_type_to_name()
11034 [INSTR_REGWR_RMM] = instr_reg_export,
11253 case INSTR_REGWR_RMM: return "__instr_regwr_rmm_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h400 INSTR_REGWR_RMM, /* index = MEFT, src = MEFT */ enumerator