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

/drivers/pci/hotplug/
H A Dibmphp_pci.c581 struct resource_node *bus_io[2] = {NULL, NULL}; local
672 bus_io[count] = kzalloc(sizeof(struct resource_node), GFP_KERNEL);
674 if (!bus_io[count]) {
679 bus_io[count]->type = IO;
680 bus_io[count]->busno = func->busno;
681 bus_io[count]->devfunc = PCI_DEVFN(func->device,
683 bus_io[count]->len = len[count];
684 if (ibmphp_check_resource (bus_io[count], 0) == 0) {
685 ibmphp_add_resource (bus_io[count]);
686 func->io[count] = bus_io[coun
[all...]

Completed in 10 milliseconds