Lines Matching refs:relations
827 struct pci_bus_relations *relations) in hv_pci_devices_present() argument
833 if (hbus->detaching && relations->device_count > 0) in hv_pci_devices_present()
837 (sizeof(struct pci_func_desc) * relations->device_count); in hv_pci_devices_present()
840 dr->device_count = relations->device_count; in hv_pci_devices_present()
842 memcpy(dr->func, relations->func, in hv_pci_devices_present()
857 struct pci_bus_relations2 *relations) in hv_pci_devices_present2() argument
863 if (hbus->detaching && relations->device_count > 0) in hv_pci_devices_present2()
867 (sizeof(struct pci_func_desc2) * relations->device_count); in hv_pci_devices_present2()
870 dr->device_count = relations->device_count; in hv_pci_devices_present2()
872 memcpy(dr->func, relations->func, in hv_pci_devices_present2()
1605 struct pci_bus_relations relations; in vmbus_pcib_detach() local
1614 memset(&relations, 0, sizeof(relations)); in vmbus_pcib_detach()
1615 hv_pci_devices_present(hbus, &relations); in vmbus_pcib_detach()