Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/
H A Dpci-sysfs.c1502 if (pci_reset_fn_methods[m].reset_fn(pdev, PCI_RESET_PROBE)) { in reset_method_store()
1518 if (pci_reset_fn_methods[1].reset_fn(pdev, PCI_RESET_PROBE) == 0 && in reset_method_store()
H A Dpci.c5306 rc = pci_reset_fn_methods[m].reset_fn(dev, PCI_RESET_PROBE); in pci_init_reset_methods()
5674 return pci_slot_reset(slot, PCI_RESET_PROBE); in pci_probe_reset_slot()
5697 rc = pci_slot_reset(slot, PCI_RESET_PROBE); in __pci_reset_slot()
5777 return pci_bus_reset(bus, PCI_RESET_PROBE); in pci_probe_reset_bus()
5791 rc = pci_bus_reset(bus, PCI_RESET_PROBE); in __pci_reset_bus()
H A Dquirks.c4069 pcie_reset_flr(dev, PCI_RESET_PROBE) || !pci_resource_start(dev, 0)) in nvme_disable_and_flr()
4140 return pcie_reset_flr(dev, PCI_RESET_PROBE); in delay_250ms_after_flr()
/linux-6.15/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c527 if (!pcie_reset_flr(oct->pci_dev, PCI_RESET_PROBE)) in octeon_destroy_resources()
/linux-6.15/include/linux/
H A Dpci.h56 #define PCI_RESET_PROBE true macro