Home
last modified time | relevance | path

Searched refs:PCI_EXP_DEVCAP_FLR (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h499 #define PCI_EXP_DEVCAP_FLR 0x10000000 /* Function Level Reset */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h500 #define PCI_EXP_DEVCAP_FLR 0x10000000 /* Function Level Reset */ macro
/openbmc/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c584 value &= ~PCI_EXP_DEVCAP_FLR; in cdns_pcie_ep_start()
/openbmc/qemu/hw/pci/
H A Dpcie.c912 PCI_EXP_DEVCAP_FLR); in pcie_cap_flr_init()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c938 if (!(reg & PCI_EXP_DEVCAP_FLR)) in pnv_eeh_do_flr()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c897 if (!ret && (cap & PCI_EXP_DEVCAP_FLR)) { in vfio_exp_config_write()
/openbmc/qemu/hw/vfio/
H A Dpci.c2112 if (cap & PCI_EXP_DEVCAP_FLR) { in vfio_check_pcie_flr()
/openbmc/linux/drivers/pci/
H A Dpci.c4855 if (!(dev->devcap & PCI_EXP_DEVCAP_FLR)) in pcie_reset_flr()