SRIOV_MITIGATED_RANGE_COUNT_INPUT structure (pcivirt.h)
This structure is used as an input buffer to the IOCTL_SRIOV_QUERY_MITIGATED_RANGE_COUNT request to determine the ranges of memory-mapped I/O space that must be mitigated.
Syntax
typedef struct _SRIOV_MITIGATED_RANGE_COUNT_INPUT {
USHORT VfIndex;
} SRIOV_MITIGATED_RANGE_COUNT_INPUT, SRIOV_MITIGATED_RANGE_COUNT_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 |