Efi_Simple_Network.statistics() - Intel Extensible Firmware Interface Specification

Intel extensible firmware interface specification
Table of Contents

Advertisement

Extensible Firmware Interface Specification
15.1.8 EFI_SIMPLE_NETWO RK.Statistics()
Summary
Resets or collects the statistics on a network interface.
Prototype
EFI_STATUS
(EFIAPI *EFI_SIMPLE_NETWORK_STATISTICS) (
IN EFI_SIMPLE_NETWORK
IN BOOLEAN
IN OUT UINTN
OUT EFI_NETWORK_STATISTICS *StatisticsTable
);
Parameters
This
Reset
StatisticsSize
StatisticsTable
Related Definitions
//*******************************************************
// EFI_NETWORK_STATISTICS
//
// Any statistic value that is –1 is not available
// on the device and is to be ignored.
//*******************************************************
typedef struct {
UINT64
UINT64
UINT64
UINT64
290
*This,
Reset,
*StatisticsSize
A pointer to the
EFI_SIMPLE_NETWORK
Set to
to reset the statistics for the network interface.
TRUE
On input the size, in bytes, of StatisticsTable. On output
the size, in bytes, of the resulting table of statistics.
A pointer to the
EFI_NETWORK_STATISTICS
contains the statistics. Type
defined in "Related Definitions".
RxTotalFrames;
RxGoodFrames;
RxUndersizeFrames;
RxOversizeFrames;
12/12/00
OPTIONAL,
OPTIONAL
instance.
structure that
EFI_NETWORK_STATISTICS
Version 1.02
is

Advertisement

Table of Contents
loading

Table of Contents