Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kernel/
Deeh_pe.c306 int eeh_pe_tree_insert(struct eeh_dev *edev, struct eeh_pe *new_pe_parent) in eeh_pe_tree_insert() argument
366 if (!new_pe_parent) { in eeh_pe_tree_insert()
367 new_pe_parent = eeh_phb_pe_get(hose); in eeh_pe_tree_insert()
368 if (!new_pe_parent) { in eeh_pe_tree_insert()
378 pe->parent = new_pe_parent; in eeh_pe_tree_insert()
379 list_add_tail(&pe->child, &new_pe_parent->child_list); in eeh_pe_tree_insert()
388 new_pe_parent->addr); in eeh_pe_tree_insert()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Deeh.h282 int eeh_pe_tree_insert(struct eeh_dev *edev, struct eeh_pe *new_pe_parent);