Lines Matching refs:relations

2291 				   struct pci_bus_relations *relations)  in hv_pci_devices_present()  argument
2296 dr = kzalloc(struct_size(dr, func, relations->device_count), in hv_pci_devices_present()
2301 dr->device_count = relations->device_count; in hv_pci_devices_present()
2303 dr->func[i].v_id = relations->func[i].v_id; in hv_pci_devices_present()
2304 dr->func[i].d_id = relations->func[i].d_id; in hv_pci_devices_present()
2305 dr->func[i].rev = relations->func[i].rev; in hv_pci_devices_present()
2306 dr->func[i].prog_intf = relations->func[i].prog_intf; in hv_pci_devices_present()
2307 dr->func[i].subclass = relations->func[i].subclass; in hv_pci_devices_present()
2308 dr->func[i].base_class = relations->func[i].base_class; in hv_pci_devices_present()
2309 dr->func[i].subsystem_id = relations->func[i].subsystem_id; in hv_pci_devices_present()
2310 dr->func[i].win_slot = relations->func[i].win_slot; in hv_pci_devices_present()
2311 dr->func[i].ser = relations->func[i].ser; in hv_pci_devices_present()
2326 struct pci_bus_relations2 *relations) in hv_pci_devices_present2() argument
2331 dr = kzalloc(struct_size(dr, func, relations->device_count), in hv_pci_devices_present2()
2336 dr->device_count = relations->device_count; in hv_pci_devices_present2()
2338 dr->func[i].v_id = relations->func[i].v_id; in hv_pci_devices_present2()
2339 dr->func[i].d_id = relations->func[i].d_id; in hv_pci_devices_present2()
2340 dr->func[i].rev = relations->func[i].rev; in hv_pci_devices_present2()
2341 dr->func[i].prog_intf = relations->func[i].prog_intf; in hv_pci_devices_present2()
2342 dr->func[i].subclass = relations->func[i].subclass; in hv_pci_devices_present2()
2343 dr->func[i].base_class = relations->func[i].base_class; in hv_pci_devices_present2()
2344 dr->func[i].subsystem_id = relations->func[i].subsystem_id; in hv_pci_devices_present2()
2345 dr->func[i].win_slot = relations->func[i].win_slot; in hv_pci_devices_present2()
2346 dr->func[i].ser = relations->func[i].ser; in hv_pci_devices_present2()
2347 dr->func[i].flags = relations->func[i].flags; in hv_pci_devices_present2()
2349 relations->func[i].virtual_numa_node; in hv_pci_devices_present2()