Searched refs:pcie_get_max_completion_timeout (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_aer.c111 max(pcie_get_max_completion_timeout(pdev) / 1000, 10),
/freebsd-current/sys/dev/pci/
H A Dpcivar.h696 int pcie_get_max_completion_timeout(device_t dev);
H A Dpci.c6534 pcie_get_max_completion_timeout(device_t dev) function
6691 compl_delay = pcie_get_max_completion_timeout(dev) / 1000;
/freebsd-current/sys/amd64/vmm/io/
H A Dppt.c373 max(pcie_get_max_completion_timeout(dev) / 1000, 10), true))
/freebsd-current/sys/dev/iavf/
H A Dif_iavf_iflib.c2143 if (!pcie_flr(dev, max(pcie_get_max_completion_timeout(dev) / 1000, 10), true)) {

Completed in 280 milliseconds