Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/pcie/
H A Ddpc.c126 return test_and_clear_bit(PCI_DPC_RECOVERED, &pdev->priv_flags); in pci_dpc_recovered()
169 clear_bit(PCI_DPC_RECOVERED, &pdev->priv_flags); in dpc_reset_link()
178 clear_bit(PCI_DPC_RECOVERED, &pdev->priv_flags); in dpc_reset_link()
181 set_bit(PCI_DPC_RECOVERED, &pdev->priv_flags); in dpc_reset_link()
331 clear_bit(PCI_DPC_RECOVERED, &pdev->priv_flags); in dpc_handle_surprise_removal()
/linux-6.15/drivers/pci/
H A Dpci.h557 #define PCI_DPC_RECOVERED 1 macro