Searched refs:mailbox_struct_type (Results 1 – 2 of 2) sorted by relevance
750 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() local779 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() local1071 mailbox_struct_type = struct_type_find(p, mailbox_struct_type_name); in rte_swx_pipeline_extern_func_register()[all …]
138 struct struct_type *mailbox_struct_type; member174 struct struct_type *mailbox_struct_type; member