Searched refs:src_struct_id (Results 1 – 2 of 2) sorted by relevance
| /dpdk/lib/pipeline/ |
| H A D | rte_swx_pipeline.c | 1961 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 D | rte_swx_pipeline_internal.h | 2556 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()
|