Home
last modified time | relevance | path

Searched refs:pfmem (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dibmphp_pci.c314 } else if (cur_func->pfmem[i]) { in ibmphp_configure_card()
315 ibmphp_remove_resource(cur_func->pfmem[i]); in ibmphp_configure_card()
316 cur_func->pfmem[i] = NULL; in ibmphp_configure_card()
348 struct resource_node *pfmem[6]; in configure_device() local
417 /* pfmem */ in configure_device()
425 pfmem[count] = kzalloc(sizeof(struct resource_node), GFP_KERNEL); in configure_device()
426 if (!pfmem[count]) in configure_device()
429 pfmem[count]->type = PFMEM; in configure_device()
430 pfmem[count]->busno = func->busno; in configure_device()
431 pfmem[coun in configure_device()
565 struct resource_node *pfmem = NULL; configure_bridge() local
1198 struct resource_node *pfmem; unconfigure_boot_device() local
1312 struct resource_node *pfmem = NULL; unconfigure_boot_bridge() local
1605 add_new_bus(struct bus_node *bus, struct resource_node *io, struct resource_node *mem, struct resource_node *pfmem, u8 parent_busno) add_new_bus() argument
[all...]
H A Dibmphp_res.c498 str = "pfmem"; in fix_me()
753 * Input: io, mem, and/or pfmem resource to be deleted
788 type = "pfmem"; in ibmphp_remove_resource()
809 * case where pfmem might be in the PFMemFromMem list in ibmphp_remove_resource()
829 err("cannot find corresponding mem node for pfmem...\n"); in ibmphp_remove_resource()
848 err("cannot find pfmem to delete...\n"); in ibmphp_remove_resource()
944 * This routine will check to make sure the io/mem/pfmem->len that the device asked for
1500 type = "pfmem"; in ibmphp_find_resource()
1657 * pfmem out of memory buckets of the bus. If so, it will change the range numbers
1659 * Pfmem out of the pfmem resourc
1709 ibmphp_add_pfmem_from_mem(struct resource_node *pfmem) ibmphp_add_pfmem_from_mem() argument
1915 struct resource_node *pfmem; update_bridge_ranges() local
[all...]
H A Dibmphp.h342 struct resource_node *firstPFMemFromMem; /* when run out of pfmem available, taking from Mem */
362 u32 pfmem; member
683 struct resource_node *pfmem[6]; member
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dibmphp_pci.c313 } else if (cur_func->pfmem[i]) { in ibmphp_configure_card()
314 ibmphp_remove_resource(cur_func->pfmem[i]); in ibmphp_configure_card()
315 cur_func->pfmem[i] = NULL; in ibmphp_configure_card()
347 struct resource_node *pfmem[6]; in configure_device() local
416 /* pfmem */ in configure_device()
424 pfmem[count] = kzalloc(sizeof(struct resource_node), GFP_KERNEL); in configure_device()
425 if (!pfmem[count]) in configure_device()
428 pfmem[count]->type = PFMEM; in configure_device()
429 pfmem[count]->busno = func->busno; in configure_device()
430 pfmem[coun in configure_device()
564 struct resource_node *pfmem = NULL; configure_bridge() local
1197 struct resource_node *pfmem; unconfigure_boot_device() local
1311 struct resource_node *pfmem = NULL; unconfigure_boot_bridge() local
1603 add_new_bus(struct bus_node *bus, struct resource_node *io, struct resource_node *mem, struct resource_node *pfmem, u8 parent_busno) add_new_bus() argument
[all...]
H A Dibmphp_res.c498 str = "pfmem"; in fix_me()
753 * Input: io, mem, and/or pfmem resource to be deleted
788 type = "pfmem"; in ibmphp_remove_resource()
809 * case where pfmem might be in the PFMemFromMem list in ibmphp_remove_resource()
829 err("cannot find corresponding mem node for pfmem...\n"); in ibmphp_remove_resource()
848 err("cannot find pfmem to delete...\n"); in ibmphp_remove_resource()
944 * This routine will check to make sure the io/mem/pfmem->len that the device asked for
1500 type = "pfmem"; in ibmphp_find_resource()
1657 * pfmem out of memory buckets of the bus. If so, it will change the range numbers
1659 * Pfmem out of the pfmem resourc
1709 ibmphp_add_pfmem_from_mem(struct resource_node *pfmem) ibmphp_add_pfmem_from_mem() argument
1915 struct resource_node *pfmem; update_bridge_ranges() local
[all...]
H A Dibmphp.h340 struct resource_node *firstPFMemFromMem; /* when run out of pfmem available, taking from Mem */
360 u32 pfmem; member
681 struct resource_node *pfmem[6]; member

Completed in 11 milliseconds