Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dpci_regs.h502 #define PCI_EXP_DEVCAP_FLR 0x10000000 /* Function Level Reset */ macro
/linux-6.15/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c592 value &= ~PCI_EXP_DEVCAP_FLR; in cdns_pcie_ep_start()
/linux-6.15/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c937 if (!(reg & PCI_EXP_DEVCAP_FLR)) in pnv_eeh_do_flr()
/linux-6.15/drivers/vfio/pci/
H A Dvfio_pci_config.c901 if (!ret && (cap & PCI_EXP_DEVCAP_FLR)) { in vfio_exp_config_write()
/linux-6.15/drivers/pci/
H A Dpci.c4587 if (!(dev->devcap & PCI_EXP_DEVCAP_FLR)) in pcie_reset_flr()