Searched refs:bus_io (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/pci/hotplug/
H A Dibmphp_pci.c560 struct resource_node *bus_io[2] = {NULL, NULL}; local
651 bus_io[count] = kzalloc(sizeof(struct resource_node), GFP_KERNEL);
653 if (!bus_io[count]) {
657 bus_io[count]->type = IO;
658 bus_io[count]->busno = func->busno;
659 bus_io[count]->devfunc = PCI_DEVFN(func->device,
661 bus_io[count]->len = len[count];
662 if (ibmphp_check_resource(bus_io[count], 0) == 0) {
663 ibmphp_add_resource(bus_io[count]);
664 func->io[count] = bus_io[coun
[all...]

Completed in 147 milliseconds