Home
last modified time | relevance | path

Searched refs:pcie_flr (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/qat/qat_common/
H A Dadf_aer.c106 if (pcie_flr(pdev, in adf_reset_flr()
/freebsd/sys/dev/pci/
H A Dpcivar.h695 bool pcie_flr(device_t dev, u_int max_delay, bool force);
H A Dpci.c6630 pcie_flr(device_t dev, u_int max_delay, bool force) in pcie_flr() function
6761 if (!pcie_flr(child, 1000, false)) { in pci_reset_child()
/freebsd/sys/amd64/vmm/io/
H A Dppt.c375 if (pcie_flr(dev, in ppt_pci_reset()
/freebsd/sys/dev/enetc/
H A Dif_enetc.c378 pcie_flr(sc->dev, 1000, false); in enetc_attach_pre()
/freebsd/sys/dev/iavf/
H A Dif_iavf_iflib.c2143 if (!pcie_flr(dev, max(pcie_get_max_completion_timeout(dev) / 1000, 10), true)) { in iavf_sysctl_vflr_reset()