Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/
Dpci.c5412 if (pci_reset_fn_methods[m].reset_fn(pdev, PCI_RESET_PROBE)) { in reset_method_store()
5428 if (pci_reset_fn_methods[1].reset_fn(pdev, PCI_RESET_PROBE) == 0 && in reset_method_store()
5535 rc = pci_reset_fn_methods[m].reset_fn(dev, PCI_RESET_PROBE); in pci_init_reset_methods()
5880 return pci_slot_reset(slot, PCI_RESET_PROBE); in pci_probe_reset_slot()
5903 rc = pci_slot_reset(slot, PCI_RESET_PROBE); in __pci_reset_slot()
5983 return pci_bus_reset(bus, PCI_RESET_PROBE); in pci_probe_reset_bus()
5997 rc = pci_bus_reset(bus, PCI_RESET_PROBE); in __pci_reset_bus()
Dquirks.c4029 pcie_reset_flr(dev, PCI_RESET_PROBE) || !pci_resource_start(dev, 0)) in nvme_disable_and_flr()
4100 return pcie_reset_flr(dev, PCI_RESET_PROBE); in delay_250ms_after_flr()
/Linux-v6.6/drivers/net/ethernet/cavium/liquidio/
Dlio_vf_main.c527 if (!pcie_reset_flr(oct->pci_dev, PCI_RESET_PROBE)) in octeon_destroy_resources()
/Linux-v6.6/include/linux/
Dpci.h56 #define PCI_RESET_PROBE true macro