Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-bus.h323 typedef struct S390PCIGroup { struct
327 QTAILQ_ENTRY(S390PCIGroup) link; argument
328 } S390PCIGroup; typedef
329 S390PCIGroup *s390_group_create(int id, int host_id);
330 S390PCIGroup *s390_group_find(int id);
331 S390PCIGroup *s390_group_find_host_sim(int host_id);
351 S390PCIGroup *pci_group;
382 QTAILQ_HEAD(, S390PCIGroup) zpci_groups;
/openbmc/qemu/hw/s390x/
H A Ds390-pci-bus.c760 S390PCIGroup *s390_group_create(int id, int host_id) in s390_group_create()
762 S390PCIGroup *group; in s390_group_create()
765 group = g_new0(S390PCIGroup, 1); in s390_group_create()
772 S390PCIGroup *s390_group_find(int id) in s390_group_find()
774 S390PCIGroup *group; in s390_group_find()
785 S390PCIGroup *s390_group_find_host_sim(int host_id) in s390_group_find_host_sim()
787 S390PCIGroup *group; in s390_group_find_host_sim()
800 S390PCIGroup *group; in s390_pci_init_default_group()
864 S390PCIGroup *group; in s390_pcihost_unrealize()
H A Ds390-pci-inst.c323 S390PCIGroup *group; in clp_service_call()