Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1961 uint32_t dst_struct_id = 0, src_struct_id = 0; in instr_mirror_translate() local
1970 fsrc = struct_field_parse(p, action, src, &src_struct_id); in instr_mirror_translate()
1979 instr->mirror.src.struct_id = (uint8_t)src_struct_id; in instr_mirror_translate()
3198 uint32_t dst_struct_id = 0, src_struct_id = 0; in instr_mov_translate() local
3207 fsrc = struct_field_parse(p, action, src, &src_struct_id); in instr_mov_translate()
3251 instr->mov.src.struct_id = (uint8_t)src_struct_id; in instr_mov_translate()
3418 uint32_t dst_struct_id = 0, src_struct_id = 0; in instr_movh_translate() local
3426 fsrc = struct_field_parse(p, action, src, &src_struct_id); in instr_movh_translate()
3439 instr->mov.src.struct_id = (uint8_t)src_struct_id; in instr_movh_translate()
3573 uint32_t dst_struct_id = 0, src_struct_id = 0; in instr_alu_add_translate() local
[all …]
H A Drte_swx_pipeline_internal.h2556 uint32_t src_struct_id = ip->hash_func.src.struct_id; in __instr_hash_func_exec() local
2561 uint8_t *src_ptr = t->structs[src_struct_id]; in __instr_hash_func_exec()
2608 uint32_t src_struct_id = ip->rss.src.struct_id; in __instr_rss_exec() local
2613 uint8_t *src_ptr = t->structs[src_struct_id]; in __instr_rss_exec()