Home
last modified time | relevance | path

Searched refs:PCI_DEV_FLAGS_NO_FLR_RESET (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dpci.c4852 if (dev->dev_flags & PCI_DEV_FLAGS_NO_FLR_RESET) in pcie_reset_flr()
4874 if (dev->dev_flags & PCI_DEV_FLAGS_NO_FLR_RESET) in pci_af_flr()
H A Dquirks.c5494 dev->dev_flags |= PCI_DEV_FLAGS_NO_FLR_RESET; in quirk_no_flr()
/openbmc/linux/include/linux/
H A Dpci.h243 PCI_DEV_FLAGS_NO_FLR_RESET = (__force pci_dev_flags_t) (1 << 10), enumerator