PCI_IOV_UNINIT (9)
Leading comments
Copyright (c) 2014 Sandvine Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or othe...
NAME
PCI_IOV_UNINIT - disable SR-IOV on a PF deviceSYNOPSIS
In sys/bus.h In dev/pci/pci_iov.h Ft void Fn PCI_IOV_UNINIT device_t devDESCRIPTION
The Fn 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. It is not guaranteed that PCI_IOV_ADD_VF will have been called for any Virtual Function (VF) after the call to PCI_IOV_INIT and before the call to .