![Intel Extensible Firmware Interface Скачать руководство пользователя страница 310](http://html1.mh-extra.com/html/intel/extensible-firmware-interface/extensible-firmware-interface_specification_2073117310.webp)
Extensible Firmware Interface Specification
292
12/12/00
Version 1.02
TxOversizeFrames
Number of frames longer than the maxminum length for the
media. This would be greater than 1500 for ethernet.
TxDroppedFrames
Valid frames that were dropped because receive buffers were
full.
TxUnicastFrames
Number of valid unicast frames transmitted and not dropped.
TxBroadcastFrames
Number of valid broadcast frames transmitted and not dropped.
TxMulticastFrames
Number of valid mutlicast frames transmitted and not dropped.
TxCrcErrorFrames
Number of frames w/ CRC or alignment errors.
TxTotalBytes
Total number of bytes transmitted. Includes frames with errors
and dropped frames.
Collisions
Number of collisions detected on this subnet.
UnsupportedProtocol
Number of frames destined for unsupported protocol.
Description
This function resets or collects the statistics on a network interface. If the size of the statistics table
specified by
StatisticsSize
is not big enough for all the statistics that are collected by the
network interface, then a partial buffer of statistics is returned in
StatisticsTable
,
StatisticsSize
is set to the size required to collect all the available statistics, and
EFI_BUFFER_TOO_SMALL
is returned.
If
StatisticsSize
is big enough for all the statistics, then
StatisticsTable
will be filled,
StatisticsSize
will be set to the size of the returned
StatisticsTable
structure, and
EFI_SUCCESS
is returned. If the driver has not been initialized,
EFI_DEVICE_ERROR
will be
returned.
If
Reset
is
FALSE
, and both
StatisticsSize
and
StatisticsTable
are
NULL
, then no
operations will be performed, and
EFI_SUCCESS
will be returned.
If
Reset
is
TRUE
, then all of the supported statistics counters on this network interface will be
reset to zero.
Status Codes Returned
EFI_SUCCESS
The statistics were collected from the network interface.
EFI_NOT_STARTED
The network interface has not been started.
EFI_BUFFER_TOO_SMALL
The
Statistics
buffer was too small. The current buffer size
needed to hold the statistics is returned in
StatisticsSize
.
EFI_INVALID_PARAMETER
One or more of the parameters has an unsupported value.
EFI_DEVICE_ERROR
The command could not be sent to the network interface.
EFI_UNSUPPORTED
This function is not supported by the network interface.
Содержание Extensible Firmware Interface
Страница 1: ...Extensible Firmware Interface Specification Version 1 02 December 12 2000...
Страница 4: ...Extensible Firmware Interface Specification iv 12 12 00 Version 1 02...
Страница 42: ...Extensible Firmware Interface Specification 24 12 01 00 Version 1 02...
Страница 190: ...Extensible Firmware Interface Specification 172 12 12 00 Version 1 02...
Страница 200: ...Extensible Firmware Interface Specification 182 12 12 00 Version 1 02...
Страница 226: ...Extensible Firmware Interface Specification 208 12 12 00 Version 1 02...
Страница 230: ...Extensible Firmware Interface Specification 212 12 12 00 Version 1 02...
Страница 252: ...Extensible Firmware Interface Specification 234 12 12 00 Version 1 02...
Страница 294: ...Extensible Firmware Interface Specification 276 12 12 00 Version 1 02...
Страница 348: ...Extensible Firmware Interface Specification 330 12 01 00 Version 1 01...
Страница 350: ...Extensible Firmware Interface Specification 332 12 12 00 Version 1 02...
Страница 354: ...Extensible Firmware Interface Specification 336 12 12 00 Version 1 02...
Страница 362: ...Extensible Firmware Interface Specification 344 12 12 00 Version 1 02...
Страница 486: ...Extensible Firmware Interface Specification 468 12 12 00 Version 1 02...
Страница 494: ...Extensible Firmware Interface Specification 476 12 12 00 Version 1 02...