Searched defs:PcieDeviceControl (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c3951 UINT16 PcieDeviceControl; local
3954 PcieDeviceControl = PciExpressCap->DeviceControl;
3957 PCIE_CAP_COR_ERR_REPORTING_ENABLE (PcieDeviceControl)
3961 PCIE_CAP_NONFAT_ERR_REPORTING_ENABLE (PcieDeviceControl)
3965 PCIE_CAP_FATAL_ERR_REPORTING_ENABLE (PcieDeviceControl)
3969 PCIE_CAP_UNSUP_REQ_REPORTING_ENABLE (PcieDeviceControl)
3973 PCIE_CAP_RELAXED_ORDERING_ENABLE (PcieDeviceControl)
3976 if (PCIE_CAP_MAX_PAYLOAD_SIZE (PcieDeviceControl) < 6) {
3977 Print (L"%E%d bytes%N\n", 1 << (PCIE_CAP_MAX_PAYLOAD_SIZE (PcieDeviceControl) + 7));
3983 PCIE_CAP_EXTENDED_TAG_ENABLE (PcieDeviceControl)
[all...]

Completed in 38 milliseconds