SRIOV_MITIGATED_RANGES_INPUT structure (pcivirt.h)

This structure is the input buffer in the IOCTL_SRIOV_QUERY_MITIGATED_RANGES request to get the specific ranges on which intercepts must be placed.

Syntax

typedef struct _SRIOV_MITIGATED_RANGES_INPUT {
  USHORT  VfIndex;
  UCHAR   BarNumber;
} SRIOV_MITIGATED_RANGES_INPUT, SRIOV_MITIGATED_RANGES_INPUT;

Members

VfIndex

Zero-based index of the virtual function from the first virtual function exposed by this physical function.

BarNumber

The number of BAR of the ranges of memory-mapped I/O space.

Requirements

Requirement Value
Header pcivirt.h