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

/linux-master/drivers/pci/hotplug/
H A Dibmphp_pci.c562 struct resource_node *bus_mem[2] = {NULL, NULL}; local
738 bus_mem[count] = kzalloc(sizeof(struct resource_node), GFP_KERNEL);
739 if (!bus_mem[count]) {
743 bus_mem[count]->type = MEM;
744 bus_mem[count]->busno = func->busno;
745 bus_mem[count]->devfunc = PCI_DEVFN(func->device,
747 bus_mem[count]->len = len[count];
748 if (ibmphp_check_resource(bus_mem[count], 0) == 0) {
749 ibmphp_add_resource(bus_mem[count]);
750 func->mem[count] = bus_mem[coun
[all...]

Completed in 392 milliseconds