Home
last modified time | relevance | path

Searched refs:PCI_RESET_PROBE (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/pci/
Dpci.c5218 if (pci_reset_fn_methods[m].reset_fn(pdev, PCI_RESET_PROBE)) { in reset_method_store()
5234 if (pci_reset_fn_methods[1].reset_fn(pdev, PCI_RESET_PROBE) == 0 && in reset_method_store()
5341 rc = pci_reset_fn_methods[m].reset_fn(dev, PCI_RESET_PROBE); in pci_init_reset_methods()
5686 return pci_slot_reset(slot, PCI_RESET_PROBE); in pci_probe_reset_slot()
5709 rc = pci_slot_reset(slot, PCI_RESET_PROBE); in __pci_reset_slot()
5789 return pci_bus_reset(bus, PCI_RESET_PROBE); in pci_probe_reset_bus()
5803 rc = pci_bus_reset(bus, PCI_RESET_PROBE); in __pci_reset_bus()
Dquirks.c3896 pcie_reset_flr(dev, PCI_RESET_PROBE) || !pci_resource_start(dev, 0)) in nvme_disable_and_flr()
3966 return pcie_reset_flr(dev, PCI_RESET_PROBE); in delay_250ms_after_flr()
/Linux-v5.15/include/linux/
Dpci.h55 #define PCI_RESET_PROBE true macro
/Linux-v5.15/drivers/net/ethernet/cavium/liquidio/
Dlio_vf_main.c529 if (!pcie_reset_flr(oct->pci_dev, PCI_RESET_PROBE)) in octeon_destroy_resources()