![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IxNpeA_NpePacketDescriptor Struct ReferenceHSS Packetized NpePacket Descriptor Structure.
More...
|
Data Fields | |
UINT8 | status |
Status of the packet passed to the client. | |
UINT8 | errorCount |
Number of errors. | |
UINT8 | chainCount |
Mbuf chain count e.g. | |
UINT8 | rsvdByte0 |
Reserved byte to make the descriptor word align. | |
UINT16 | packetLength |
Packet Length. | |
UINT16 | rsvdShort0 |
Reserved short to make the descriptor a word align. | |
IX_MBUF * | pRootMbuf |
Pointer to Root mbuf. | |
IX_MBUF * | pNextMbuf |
Pointer to next mbuf. | |
UINT8 * | pMbufData |
Pointer to the current mbuf->data. | |
UINT32 | mbufLength |
Current mbuf length. |
Definition at line 1080 of file IxNpeA.h.
|
Mbuf chain count e.g. 0 - No mbuf chain |
|
Number of errors.
|
|
Current mbuf length.
|
|
Packet Length.
|
|
Pointer to the current mbuf->data.
|
|
Pointer to next mbuf.
|
|
Pointer to Root mbuf.
|
|
Reserved byte to make the descriptor word align.
|
|
Reserved short to make the descriptor a word align.
|
|
Status of the packet passed to the client.
|