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

/linux-master/include/uapi/linux/
H A Dpci_regs.h500 #define PCI_EXP_DEVCAP_FLR 0x10000000 /* Function Level Reset */ macro
/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c596 value &= ~PCI_EXP_DEVCAP_FLR;
/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c938 if (!(reg & PCI_EXP_DEVCAP_FLR))
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c897 if (!ret && (cap & PCI_EXP_DEVCAP_FLR)) {
/linux-master/drivers/pci/
H A Dpci.c4481 if (!(dev->devcap & PCI_EXP_DEVCAP_FLR))

Completed in 148 milliseconds