ReactOS 0.4.16-dev-751-g45ed1a9
|
#include <protocol.h>
Public Attributes | |
LIST_ENTRY | ListEntry |
KSPIN_LOCK | Lock |
NDIS_PROTOCOL_CHARACTERISTICS | Chars |
WORK_QUEUE_ITEM | WorkItem |
LIST_ENTRY | AdapterListHead |
Definition at line 10 of file protocol.h.
LIST_ENTRY _PROTOCOL_BINDING::AdapterListHead |
Definition at line 15 of file protocol.h.
NDIS_PROTOCOL_CHARACTERISTICS _PROTOCOL_BINDING::Chars |
Definition at line 13 of file protocol.h.
Referenced by EthFilterDprIndicateReceiveComplete(), MiniIndicateData(), MiniIndicateReceivePacket(), MiniResetComplete(), MiniSendComplete(), MiniStatus(), MiniStatusComplete(), MiniTransferDataComplete(), NdisCompletePnPEvent(), and ProSendAndFreePnPEvent().
LIST_ENTRY _PROTOCOL_BINDING::ListEntry |
Definition at line 11 of file protocol.h.
KSPIN_LOCK _PROTOCOL_BINDING::Lock |
Definition at line 12 of file protocol.h.
Referenced by NdisCloseAdapter().
WORK_QUEUE_ITEM _PROTOCOL_BINDING::WorkItem |
Definition at line 14 of file protocol.h.