Lines Matching refs:relations
2877 struct pci_bus_relations *relations) in hv_pci_devices_present() argument
2882 dr = kzalloc_flex(*dr, func, relations->device_count, GFP_NOWAIT); in hv_pci_devices_present()
2886 dr->device_count = relations->device_count; in hv_pci_devices_present()
2888 dr->func[i].v_id = relations->func[i].v_id; in hv_pci_devices_present()
2889 dr->func[i].d_id = relations->func[i].d_id; in hv_pci_devices_present()
2890 dr->func[i].rev = relations->func[i].rev; in hv_pci_devices_present()
2891 dr->func[i].prog_intf = relations->func[i].prog_intf; in hv_pci_devices_present()
2892 dr->func[i].subclass = relations->func[i].subclass; in hv_pci_devices_present()
2893 dr->func[i].base_class = relations->func[i].base_class; in hv_pci_devices_present()
2894 dr->func[i].subsystem_id = relations->func[i].subsystem_id; in hv_pci_devices_present()
2895 dr->func[i].win_slot = relations->func[i].win_slot; in hv_pci_devices_present()
2896 dr->func[i].ser = relations->func[i].ser; in hv_pci_devices_present()
2911 struct pci_bus_relations2 *relations) in hv_pci_devices_present2() argument
2916 dr = kzalloc_flex(*dr, func, relations->device_count, GFP_NOWAIT); in hv_pci_devices_present2()
2920 dr->device_count = relations->device_count; in hv_pci_devices_present2()
2922 dr->func[i].v_id = relations->func[i].v_id; in hv_pci_devices_present2()
2923 dr->func[i].d_id = relations->func[i].d_id; in hv_pci_devices_present2()
2924 dr->func[i].rev = relations->func[i].rev; in hv_pci_devices_present2()
2925 dr->func[i].prog_intf = relations->func[i].prog_intf; in hv_pci_devices_present2()
2926 dr->func[i].subclass = relations->func[i].subclass; in hv_pci_devices_present2()
2927 dr->func[i].base_class = relations->func[i].base_class; in hv_pci_devices_present2()
2928 dr->func[i].subsystem_id = relations->func[i].subsystem_id; in hv_pci_devices_present2()
2929 dr->func[i].win_slot = relations->func[i].win_slot; in hv_pci_devices_present2()
2930 dr->func[i].ser = relations->func[i].ser; in hv_pci_devices_present2()
2931 dr->func[i].flags = relations->func[i].flags; in hv_pci_devices_present2()
2933 relations->func[i].virtual_numa_node; in hv_pci_devices_present2()