SRIOV_MITIGATED_RANGE_UPDATE_INPUT structure (pcivirt.h)
This structure is used as an input buffer to the IOCTL_SRIOV_MITIGATED_RANGE_UPDATE request to indicate the virtual function (VF) whose memory-mapped I/O space that must be mitigated.
Syntax
typedef struct _SRIOV_MITIGATED_RANGE_UPDATE_INPUT {
USHORT VfIndex;
} SRIOV_MITIGATED_RANGE_UPDATE_INPUT, SRIOV_MITIGATED_RANGE_UPDATE_INPUT;
Members
VfIndex
Zero-based index of the virtual function from the first virtual function exposed by this physical function.
Requirements
Requirement | Value |
---|---|
Header | pcivirt.h |