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

/drivers/pci/hotplug/
H A Dibmphp_pci.c583 struct resource_node *bus_mem[2] = {NULL, NULL}; local
762 bus_mem[count] = kzalloc(sizeof(struct resource_node), GFP_KERNEL);
763 if (!bus_mem[count]) {
768 bus_mem[count]->type = MEM;
769 bus_mem[count]->busno = func->busno;
770 bus_mem[count]->devfunc = PCI_DEVFN(func->device,
772 bus_mem[count]->len = len[count];
773 if (ibmphp_check_resource (bus_mem[count], 0) == 0) {
774 ibmphp_add_resource (bus_mem[count]);
775 func->mem[count] = bus_mem[coun
[all...]

Completed in 178 milliseconds