Home
last modified time | relevance | path

Searched refs:maxstbl (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_zdev.c54 .maxstbl = ZPCI_MAX_WRITE_SIZE, in zpci_group_cap()
57 .imaxstbl = zdev->maxstbl in zpci_group_cap()
/openbmc/qemu/hw/s390x/
H A Ds390-pci-vfio.c234 resgrp->maxstbl = cap->imaxstbl; in s390_pci_read_group()
236 resgrp->maxstbl = cap->maxstbl; in s390_pci_read_group()
H A Ds390-pci-inst.c337 stw_p(&resgrp->maxstbl, group->zpci_group.maxstbl); in clp_service_call()
886 (len > pbdev->pci_group->zpci_group.maxstbl)) { in pcistb_service_call()
H A Ds390-pci-bus.c810 resgrp->maxstbl = 128; in s390_pci_init_default_group()
/openbmc/qemu/linux-headers/linux/
H A Dvfio_zdev.h51 __u16 maxstbl; /* Maximum Store Block Length */ member
/openbmc/linux/include/uapi/linux/
H A Dvfio_zdev.h51 __u16 maxstbl; /* Maximum Store Block Length */ member
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-clp.h164 uint16_t maxstbl; member
H A Ds390-pci-bus.h348 uint16_t maxstbl; member
/openbmc/linux/arch/s390/include/asm/
H A Dpci_clp.h157 u16 maxstbl : 13; /* Maximum store block size */ member
H A Dpci.h131 u16 maxstbl; /* Maximum store block size */ member
/openbmc/linux/arch/s390/pci/
H A Dpci_clp.c109 zdev->maxstbl = response->maxstbl; in clp_store_query_pci_fngrp()