Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c6423 instr[0].type = INSTR_DMA_HT; in instr_pattern_mov_all_validate_replace()
6495 if (instr[i].type != INSTR_DMA_HT) in instr_pattern_dma_many_search()
6711 [INSTR_DMA_HT] = instr_dma_ht_exec,
10091 case INSTR_DMA_HT: return "INSTR_DMA_HT"; in instr_type_to_name()
10427 n_dma = 1 + (instr->type - INSTR_DMA_HT); in instr_dma_ht_export()
10960 [INSTR_DMA_HT] = instr_dma_ht_export,
11178 case INSTR_DMA_HT: return "__instr_dma_ht_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h276 INSTR_DMA_HT, enumerator