Home
last modified time | relevance | path

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

/freebsd-12.1/sys/amd64/vmm/io/
H A Dppt.c370 max(pcie_get_max_completion_timeout(dev) / 1000, 10), true)) in ppt_pci_reset()
/freebsd-12.1/sys/dev/pci/
H A Dpcivar.h683 int pcie_get_max_completion_timeout(device_t dev);
H A Dpci.c6255 pcie_get_max_completion_timeout(device_t dev) in pcie_get_max_completion_timeout() function
6351 compl_delay = pcie_get_max_completion_timeout(dev) / 1000; in pcie_flr()
/freebsd-12.1/sys/dev/ixl/
H A Dif_iavf.c2421 if (!pcie_flr(dev, max(pcie_get_max_completion_timeout(dev) / 1000, 10), true)) { in iavf_sysctl_vflr_reset()