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

/linux-master/drivers/pci/controller/
H A Dpci-hyperv.c2925 struct pci_bus_relations2 *bus_rel2; local
3010 bus_rel2 = (struct pci_bus_relations2 *)buffer;
3011 if (bytes_recvd < sizeof(*bus_rel2) ||
3013 struct_size(bus_rel2, func,
3014 bus_rel2->device_count)) {
3020 hv_pci_devices_present2(hbus, bus_rel2);

Completed in 274 milliseconds