Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h907 uint8_t **structs; member
949 uint8_t *x_struct = t->structs[x->struct_id]; in instr_operand_hbo()
962 uint8_t *x_struct = t->structs[x->struct_id]; in instr_operand_nbo()
1680 t->structs[struct_id] = ptr; in __instr_hdr_extract_many_exec()
1802 t->structs[struct_id] = ptr; in __instr_hdr_extract_m_exec()
1828 t->structs[struct_id] = ptr; in __instr_hdr_lookahead_exec()
1855 uint8_t *hi_ptr = t->structs[struct_id]; in __instr_hdr_emit_many_exec()
2195 uint8_t *action_data = t->structs[0]; in __instr_dma_ht_many_exec()
2207 uint8_t *h_ptr = t->structs[struct_id]; in __instr_dma_ht_many_exec()
2217 t->structs[struct_id] = dst; in __instr_dma_ht_many_exec()
[all …]
H A Drte_swx_pipeline.c195 CHECK(t->structs, ENOMEM); in struct_build()
209 free(t->structs); in struct_build_free()
210 t->structs = NULL; in struct_build_free()
2151 t->structs[0] = action_data; in instr_table_exec()
2204 t->structs[0] = action_data; in instr_table_af_exec()
2301 t->structs[0] = action_data; in instr_learner_exec()
2360 t->structs[0] = action_data; in instr_learner_af_exec()
7635 &t->structs[p->metadata_struct_id]; in table_build()
8026 &t->structs[p->metadata_struct_id]; in selector_build()
8525 &t->structs[l->header->struct_id] : in learner_build()
[all …]
/dpdk/doc/guides/sample_app_ug/
H A Dflow_filtering.rst199 :start-after: Declaring structs being used. 8<
200 :end-before: >8 End of declaring structs being used.
H A Ddma.rst214 ``rte_dma_vchan_conf`` structs. After configuration the device is started
/dpdk/doc/guides/nics/
H A Dfeatures.rst10 As a guide to implementers it also shows the structs where the features are
/dpdk/doc/guides/rel_notes/
H A Drelease_19_05.rst119 macros, functions, structs and any other strings in the code.
/dpdk/doc/guides/prog_guide/
H A Dpacket_framework.rst1185 …in a table entry, mailboxes of extern objects and functions. Similar to C language structs, each s…