Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c12390 uint32_t n_custom_instr = 0; in instruction_group_list_custom_instructions_count() local
12400 n_custom_instr++; in instruction_group_list_custom_instructions_count()
12403 return n_custom_instr; in instruction_group_list_custom_instructions_count()
12564 uint32_t n_custom_instr = instruction_group_list_custom_instructions_count(igl); in pipeline_adjust_check() local
12569 if (INSTR_CUSTOM_0 + n_custom_instr > RTE_SWX_PIPELINE_INSTRUCTION_TABLE_SIZE_MAX) in pipeline_adjust_check()