Lines Matching refs:relations

2869 				   struct pci_bus_relations *relations)  in hv_pci_devices_present()  argument
2874 dr = kzalloc_flex(*dr, func, relations->device_count, GFP_NOWAIT); in hv_pci_devices_present()
2878 dr->device_count = relations->device_count; in hv_pci_devices_present()
2880 dr->func[i].v_id = relations->func[i].v_id; in hv_pci_devices_present()
2881 dr->func[i].d_id = relations->func[i].d_id; in hv_pci_devices_present()
2882 dr->func[i].rev = relations->func[i].rev; in hv_pci_devices_present()
2883 dr->func[i].prog_intf = relations->func[i].prog_intf; in hv_pci_devices_present()
2884 dr->func[i].subclass = relations->func[i].subclass; in hv_pci_devices_present()
2885 dr->func[i].base_class = relations->func[i].base_class; in hv_pci_devices_present()
2886 dr->func[i].subsystem_id = relations->func[i].subsystem_id; in hv_pci_devices_present()
2887 dr->func[i].win_slot = relations->func[i].win_slot; in hv_pci_devices_present()
2888 dr->func[i].ser = relations->func[i].ser; in hv_pci_devices_present()
2903 struct pci_bus_relations2 *relations) in hv_pci_devices_present2() argument
2908 dr = kzalloc_flex(*dr, func, relations->device_count, GFP_NOWAIT); in hv_pci_devices_present2()
2912 dr->device_count = relations->device_count; in hv_pci_devices_present2()
2914 dr->func[i].v_id = relations->func[i].v_id; in hv_pci_devices_present2()
2915 dr->func[i].d_id = relations->func[i].d_id; in hv_pci_devices_present2()
2916 dr->func[i].rev = relations->func[i].rev; in hv_pci_devices_present2()
2917 dr->func[i].prog_intf = relations->func[i].prog_intf; in hv_pci_devices_present2()
2918 dr->func[i].subclass = relations->func[i].subclass; in hv_pci_devices_present2()
2919 dr->func[i].base_class = relations->func[i].base_class; in hv_pci_devices_present2()
2920 dr->func[i].subsystem_id = relations->func[i].subsystem_id; in hv_pci_devices_present2()
2921 dr->func[i].win_slot = relations->func[i].win_slot; in hv_pci_devices_present2()
2922 dr->func[i].ser = relations->func[i].ser; in hv_pci_devices_present2()
2923 dr->func[i].flags = relations->func[i].flags; in hv_pci_devices_present2()
2925 relations->func[i].virtual_numa_node; in hv_pci_devices_present2()