Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/
H A Dpci-hyperv.c2932 struct pci_bus_relations2 *bus_rel2; in hv_pci_onchannelcallback() local
3017 bus_rel2 = (struct pci_bus_relations2 *)buffer; in hv_pci_onchannelcallback()
3018 if (bytes_recvd < sizeof(*bus_rel2) || in hv_pci_onchannelcallback()
3020 struct_size(bus_rel2, func, in hv_pci_onchannelcallback()
3021 bus_rel2->device_count)) { in hv_pci_onchannelcallback()
3027 hv_pci_devices_present2(hbus, bus_rel2); in hv_pci_onchannelcallback()