Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A Ds390-pci-vfio.c203 if (s->next_sim_grp == ZPCI_DEFAULT_FN_GRP) { in s390_pci_read_group()
212 pbdev->zpci_fn.pfgid = s->next_sim_grp; in s390_pci_read_group()
213 s->next_sim_grp++; in s390_pci_read_group()
H A Ds390-pci-bus.c851 s->next_sim_grp = ZPCI_SIM_GRP_START; in s390_pcihost_realize()
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-bus.h383 uint8_t next_sim_grp; member