Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pci/pcie/
Ddpc.c122 return test_and_clear_bit(PCI_DPC_RECOVERED, &pdev->priv_flags); in pci_dpc_recovered()
165 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()
/Linux-v5.15/drivers/pci/
Dpci.h408 #define PCI_DPC_RECOVERED 1 macro