Lines Matching refs:entity_type

276 				      uint16_t fru_rsi, uint16_t entity_type,  in pldm_pdr_add_fru_record_set_check()  argument
300 fru->entity_type = htole16(entity_type); in pldm_pdr_add_fru_record_set_check()
311 uint16_t *entity_type, uint16_t *entity_instance_num, in pldm_pdr_fru_record_set_find_by_rsi() argument
314 if (!repo || !terminus_handle || !entity_type || !entity_instance_num || in pldm_pdr_fru_record_set_find_by_rsi()
329 *entity_type = le16toh(fru->entity_type); in pldm_pdr_fru_record_set_find_by_rsi()
342 *entity_type = 0; in pldm_pdr_fru_record_set_find_by_rsi()
389 const pldm_pdr *repo, uint16_t entity_type, uint16_t entity_instance, in pldm_pdr_find_child_container_id_index_range_exclude() argument
427 is_container_entity_type = pdr->container.entity_type == in pldm_pdr_find_child_container_id_index_range_exclude()
428 entity_type; in pldm_pdr_find_child_container_id_index_range_exclude()
494 uint16_t entity_type) in find_insertion_at() argument
502 uint16_t this_type = start->entity.entity_type; in find_insertion_at()
504 if (this_type == entity_type && in find_insertion_at()
505 (this_type != next->entity.entity_type)) { in find_insertion_at()
539 node.entity_type = entity->entity_type; in pldm_entity_association_tree_add_entity()
555 node->parent.entity_type = 0; in pldm_entity_association_tree_add_entity()
558 node->entity.entity_type = entity->entity_type; in pldm_entity_association_tree_add_entity()
605 find_insertion_at(start, entity->entity_type); in pldm_entity_association_tree_add_entity()
611 if (prev->entity.entity_type == entity->entity_type) { in pldm_entity_association_tree_add_entity()
655 entity->entity_type = node->entity.entity_type; in entity_association_tree_visit()
728 if (node->parent.entity_type == 0 && in pldm_entity_is_exist_parent()
772 if (node->entity_type == curr->entity.entity_type && in pldm_is_current_parent_child()
806 entity->entity_type = htole16(curr->entity.entity_type); in entity_association_pdr_add_children()
818 entity->entity_type = htole16(node->entity.entity_type); in entity_association_pdr_add_children()
884 if ((*entities + i)->entity_type == entity.entity_type) { in is_present()
974 is_type = tree_node->entity.entity_type == entity.entity_type; in find_entity_ref_in_tree()
1136 is_entity_type = node->entity.entity_type == entity->entity_type; in entity_association_tree_find_if_remote()
1176 if (node->entity.entity_type == entity->entity_type && in entity_association_tree_find()
1286 l_entities[0].entity_type = in pldm_entity_association_pdr_extract()
1287 le16toh(entity_association_pdr->container.entity_type); in pldm_entity_association_pdr_extract()
1294 l_entities[i].entity_type = le16toh(curr_entity->entity_type); in pldm_entity_association_pdr_extract()
1467 pldm_msgbuf_copy(dst, src, uint16_t, entity_type); in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr()
1622 pldm_msgbuf_copy(dst, src_p, uint16_t, entity_type); in pldm_entity_association_pdr_create_new()