Home
last modified time | relevance | path

Searched refs:PCI_DPC_RECOVERED (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/pci/pcie/
H A Ddpc.c123 return test_and_clear_bit(PCI_DPC_RECOVERED, &pdev->priv_flags); in pci_dpc_recovered()
166 clear_bit(PCI_DPC_RECOVERED, &pdev->priv_flags); in dpc_reset_link()
175 clear_bit(PCI_DPC_RECOVERED, &pdev->priv_flags); in dpc_reset_link()
178 set_bit(PCI_DPC_RECOVERED, &pdev->priv_flags); in dpc_reset_link()
/openbmc/linux/drivers/pci/
H A Dpci.h368 #define PCI_DPC_RECOVERED 1 macro