Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h1069 uint8_t **structs; member
1112 uint8_t *x_struct = t->structs[x->struct_id]; in instr_operand_hbo()
1125 uint8_t *x_struct = t->structs[x->struct_id]; in instr_operand_nbo()
1140 uint8_t *dst_struct = (thread)->structs[(ip)->alu.dst.struct_id]; \
1146 uint8_t *src_struct = (thread)->structs[(ip)->alu.src.struct_id]; \
1161 uint8_t *dst_struct = (thread)->structs[(ip)->alu.dst.struct_id]; \
1167 uint8_t *src_struct = (thread)->structs[(ip)->alu.src.struct_id]; \
1179 uint8_t *dst_struct = (thread)->structs[(ip)->alu.dst.struct_id]; \
1185 uint8_t *src_struct = (thread)->structs[(ip)->alu.src.struct_id]; \
1199 uint8_t *dst_struct = (thread)->structs[(ip)->alu.dst.struct_id]; \
[all …]
H A Drte_swx_pipeline_spec.h201 struct struct_spec *structs; member
H A Drte_swx_pipeline_spec.c2199 free(s->structs); in pipeline_spec_free()
2294 struct struct_spec *struct_spec = &s->structs[i]; in pipeline_spec_codegen()
2315 struct struct_spec *struct_spec = &s->structs[i]; in pipeline_spec_codegen()
2976 new_structs = realloc(s->structs, in pipeline_spec_parse()
2987 s->structs = new_structs; in pipeline_spec_parse()
2988 memcpy(&s->structs[s->n_structs], &struct_spec, sizeof(struct struct_spec)); in pipeline_spec_parse()
3577 struct struct_spec *struct_spec = &s->structs[i]; in pipeline_spec_configure()
H A Drte_swx_pipeline.c198 t->structs = calloc(p->n_structs, sizeof(uint8_t *)); in struct_build()
199 CHECK(t->structs, ENOMEM); in struct_build()
213 free(t->structs); in struct_build_free()
214 t->structs = NULL; in struct_build_free()
913 t->structs[obj->struct_id] = r->mailbox; in extern_obj_build()
1122 t->structs[func->struct_id] = r->mailbox; in extern_func_build()
1538 t->structs[h->struct_id] = header_storage; in header_build()
1636 t->structs[p->metadata_struct_id] = metadata; in metadata_build()
2560 t->structs[0] = action_data; in instr_table_exec()
2617 t->structs[0] = action_data; in instr_table_af_exec()
[all …]
/dpdk/doc/guides/rel_notes/
H A Drelease_19_05.rst119 macros, functions, structs and any other strings in the code.