Home
last modified time | relevance | path

Searched refs:bus_rel (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pci/controller/
H A Dpci-hyperv.c2931 struct pci_bus_relations *bus_rel; in hv_pci_onchannelcallback() local
3002 bus_rel = (struct pci_bus_relations *)buffer; in hv_pci_onchannelcallback()
3003 if (bytes_recvd < sizeof(*bus_rel) || in hv_pci_onchannelcallback()
3005 struct_size(bus_rel, func, in hv_pci_onchannelcallback()
3006 bus_rel->device_count)) { in hv_pci_onchannelcallback()
3012 hv_pci_devices_present(hbus, bus_rel); in hv_pci_onchannelcallback()