*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: PCI_IOV_UNINIT | Section: 9 | Source: FreeBSD | File: PCI_IOV_UNINIT.9.gz
PCI_IOV_UNINIT(9) FreeBSD Kernel Developer's Manual PCI_IOV_UNINIT(9) NAME PCI_IOV_UNINIT - disable SR-IOV on a PF device SYNOPSIS #include <sys/bus.h> #include <dev/pci/pci_iov.h> void PCI_IOV_UNINIT(device_t dev); DESCRIPTION The PCI_IOV_UNINIT() method is called by the PCI Single-Root I/O Virtualization (SR-IOV) infrastructure when the user requests that SR-IOV be disabled on a Physical Function (PF). When this method is called, the PF driver must release any SR-IOV-related resources that it has allocated and disable any device-specific SR-IOV configuration in the device. This method will only be called following a successful call to PCI_IOV_INIT(9). It is not guaranteed that PCI_IOV_ADD_VF(9) will have been called for any Virtual Function (VF) after the call to PCI_IOV_INIT(9) and before the call to PCI_IOV_UNINIT. SEE ALSO pci(9), PCI_IOV_ADD_VF(9), PCI_IOV_INIT(9) AUTHORS This manual page was written by Ryan Stone <[email protected]>. FreeBSD 14.1-RELEASE-p8 May 28, 2015 FreeBSD 14.1-RELEASE-p8

Navigation Options