Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpci_iov.h45 pci_iov_detach(device_t dev) in pci_iov_detach() function
H A Dpci.c218 DEVMETHOD(pci_iov_detach, pci_iov_detach_method),
/freebsd/sys/dev/cxgbe/
H A Dt4_iov.c290 error = pci_iov_detach(dev); in t4iov_detach_child()
/freebsd/sys/dev/ixgbe/
H A Dif_sriov.c49 return pci_iov_detach(dev); in ixgbe_pci_iov_detach()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c990 pci_iov_detach(dev->pdev->dev.bsddev); in mlx5_pci_close()
1778 pci_iov_detach(pdev->dev.bsddev); in remove_one()
/freebsd/sys/dev/vnic/
H A Dnic_main.c268 err = pci_iov_detach(dev); in nicpf_detach()
/freebsd/share/man/man9/
H A DMakefile1811 pci.9 pci_iov_detach.9 \
/freebsd/sys/net/
H A Diflib.c5495 if (!CTX_IS_VF(ctx) && pci_iov_detach(dev) != 0) { in iflib_device_deregister()
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c1117 ret = pci_iov_detach(dev); in qlnx_pci_detach()