ReactOS 0.4.16-dev-197-g92996da
|
#include <e1000hw.h>
Public Attributes | |
UINT64 | Address |
USHORT | Length |
UCHAR | ChecksumOffset |
UCHAR | Command |
UCHAR | Status |
UCHAR | ChecksumStartField |
USHORT | Special |
UINT64 _E1000_TRANSMIT_DESCRIPTOR::Address |
Definition at line 88 of file e1000hw.h.
Referenced by NICTransmitPacket().
UCHAR _E1000_TRANSMIT_DESCRIPTOR::ChecksumOffset |
Definition at line 91 of file e1000hw.h.
Referenced by NICTransmitPacket().
UCHAR _E1000_TRANSMIT_DESCRIPTOR::ChecksumStartField |
Definition at line 94 of file e1000hw.h.
Referenced by NICTransmitPacket().
UCHAR _E1000_TRANSMIT_DESCRIPTOR::Command |
Definition at line 92 of file e1000hw.h.
Referenced by NICTransmitPacket().
USHORT _E1000_TRANSMIT_DESCRIPTOR::Length |
Definition at line 90 of file e1000hw.h.
Referenced by NICTransmitPacket().
USHORT _E1000_TRANSMIT_DESCRIPTOR::Special |
Definition at line 95 of file e1000hw.h.
Referenced by NICTransmitPacket().
UCHAR _E1000_TRANSMIT_DESCRIPTOR::Status |
Definition at line 93 of file e1000hw.h.
Referenced by MiniportHandleInterrupt(), and NICTransmitPacket().