Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c750 f = struct_type_field_find(obj->type->mailbox_struct_type, field_name); in extern_obj_mailbox_field_parse()
771 struct struct_type *mailbox_struct_type; in rte_swx_pipeline_extern_type_register() local
779 mailbox_struct_type = struct_type_find(p, mailbox_struct_type_name); in rte_swx_pipeline_extern_type_register()
780 CHECK(mailbox_struct_type, EINVAL); in rte_swx_pipeline_extern_type_register()
781 CHECK(!mailbox_struct_type->var_size, EINVAL); in rte_swx_pipeline_extern_type_register()
792 elem->mailbox_struct_type = mailbox_struct_type; in rte_swx_pipeline_extern_type_register()
903 obj->type->mailbox_struct_type->n_bits / 8; in extern_obj_build()
1043 f = struct_type_field_find(func->mailbox_struct_type, field_name); in extern_func_mailbox_field_parse()
1063 struct struct_type *mailbox_struct_type; in rte_swx_pipeline_extern_func_register() local
1071 mailbox_struct_type = struct_type_find(p, mailbox_struct_type_name); in rte_swx_pipeline_extern_func_register()
[all …]
H A Drte_swx_pipeline_internal.h138 struct struct_type *mailbox_struct_type; member
174 struct struct_type *mailbox_struct_type; member