iPXE
|
Parameter block for pxenv_undi_get_statistics() More...
#include <pxe_api.h>
Data Fields | |
PXENV_STATUS_t | Status |
PXE status code. More... | |
UINT32_t | XmtGoodFrames |
Successful transmission count. More... | |
UINT32_t | RcvGoodFrames |
Successful reception count. More... | |
UINT32_t | RcvCRCErrors |
Receive CRC error count. More... | |
UINT32_t | RcvResourceErrors |
Receive queue overflow count. More... | |
Parameter block for pxenv_undi_get_statistics()
PXENV_STATUS_t s_PXENV_UNDI_GET_STATISTICS::Status |
PXE status code.
Definition at line 1202 of file pxe_api.h.
Referenced by pxenv_undi_get_statistics().
UINT32_t s_PXENV_UNDI_GET_STATISTICS::XmtGoodFrames |
Successful transmission count.
Definition at line 1203 of file pxe_api.h.
Referenced by pxenv_undi_get_statistics().
UINT32_t s_PXENV_UNDI_GET_STATISTICS::RcvGoodFrames |
Successful reception count.
Definition at line 1204 of file pxe_api.h.
Referenced by pxenv_undi_get_statistics().
UINT32_t s_PXENV_UNDI_GET_STATISTICS::RcvCRCErrors |
Receive CRC error count.
Definition at line 1205 of file pxe_api.h.
Referenced by pxenv_undi_get_statistics().
UINT32_t s_PXENV_UNDI_GET_STATISTICS::RcvResourceErrors |
Receive queue overflow count.
Definition at line 1206 of file pxe_api.h.
Referenced by pxenv_undi_get_statistics().