Searched refs:pci_iov_detach (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/dev/pci/
H A Dpci_iov.h47 pci_iov_detach(device_t dev) function
H A Dpci.c219 DEVMETHOD(pci_iov_detach, pci_iov_detach_method),
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_iov.c279 error = pci_iov_detach(dev);
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c916 pci_iov_detach(dev->pdev->dev.bsddev);
1659 pci_iov_detach(pdev->dev.bsddev);
/freebsd-13-stable/sys/dev/vnic/
H A Dnic_main.c263 err = pci_iov_detach(dev);
/freebsd-13-stable/sys/dev/ixgbe/
H A Dif_sriov.c50 return pci_iov_detach(dev);
/freebsd-13-stable/share/man/man9/
H A DMakefile1708 pci.9 pci_iov_detach.9 \
/freebsd-13-stable/sys/net/
H A Diflib.c5234 if (!CTX_IS_VF(ctx) && pci_iov_detach(dev) != 0) {
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c1154 ret = pci_iov_detach(dev);

Completed in 158 milliseconds