Jungo WinDriver  
Official Documentation

◆ WD_PciSriovDisable

#define WD_PciSriovDisable (   h,
  pPciSRIOV 
)
Value:
sizeof(WD_PCI_SRIOV), FALSE)
#define FALSE
Definition: kpstdlib.h:260
#define WD_FUNCTION
Definition: windrvr.h:1838
#define IOCTL_WD_PCI_SRIOV_DISABLE
Definition: windrvr.h:1661

Disables SR-IOV for a supported device and removes all the assigned VFs.

Parameters
[in]hHandle to WinDriver's kernel-mode driver as received from WD_Open().
[in]pPciSRIOVPointer to SR-IOV information struct
Returns
Returns WD_STATUS_SUCCESS (0) on success, or an appropriate error code otherwise
Remarks
Only supported in Linux

Definition at line 2379 of file windrvr.h.