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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DBiosSnp16.c2775 EFI_NETWORK_STATISTICS LocalStatisticsTable; local
2809 SetMem (&LocalStatisticsTable, sizeof LocalStatisticsTable, 0xff);
2811 LocalStatisticsTable.TxGoodFrames = GetStatistics.XmtGoodFrames;
2812 LocalStatisticsTable.RxGoodFrames = GetStatistics.RcvGoodFrames;
2813 LocalStatisticsTable.RxCrcErrorFrames = GetStatistics.RcvCRCErrors;
2814 LocalStatisticsTable.RxDroppedFrames = GetStatistics.RcvResourceErrors;
2816 CopyMem (StatisticsTable, &LocalStatisticsTable, *StatisticsSize);
2827 if (*StatisticsSize < sizeof LocalStatisticsTable) {
2832 *StatisticsSize = sizeof LocalStatisticsTable;
[all...]

Completed in 46 milliseconds