Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c194 t->structs = calloc(p->n_structs, sizeof(uint8_t *)); in struct_build()
795 obj->struct_id = p->n_structs; in rte_swx_pipeline_extern_object_config()
801 p->n_structs++; in rte_swx_pipeline_extern_object_config()
1006 f->struct_id = p->n_structs; in rte_swx_pipeline_extern_func_register()
1012 p->n_structs++; in rte_swx_pipeline_extern_func_register()
1199 h->struct_id = p->n_structs; in rte_swx_pipeline_packet_header_register()
1205 p->n_structs++; in rte_swx_pipeline_packet_header_register()
1324 p->metadata_struct_id = p->n_structs; in rte_swx_pipeline_packet_metadata_register()
1326 p->n_structs++; in rte_swx_pipeline_packet_metadata_register()
9162 pipeline->n_structs = 1; /* Struct 0 is reserved for action_data. */ in rte_swx_pipeline_config()
H A Drte_swx_pipeline_internal.h1416 uint32_t n_structs; member