Home
last modified time | relevance | path

Searched refs:CLP_SET_DISABLE_PCI_FN (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-clp.h79 #define CLP_SET_DISABLE_PCI_FN 1 /* Yes, 1 disables it */ macro
/openbmc/linux/arch/s390/include/asm/
H A Dpci_clp.h46 #define CLP_SET_DISABLE_PCI_FN 1 /* Yes, 1 disables it */ macro
/openbmc/linux/arch/s390/pci/
H A Dpci_clp.c241 if (command != CLP_SET_DISABLE_PCI_FN) in clp_set_pci_fn()
332 rc = clp_set_pci_fn(zdev, fh, 0, CLP_SET_DISABLE_PCI_FN); in clp_disable_fh()
/openbmc/qemu/hw/s390x/
H A Ds390-pci-inst.c261 case CLP_SET_DISABLE_PCI_FN: in clp_service_call()