ReactOS 0.4.16-dev-38-g96c65e9
|
#include "ndis56common.h"
Go to the source code of this file.
Classes | |
struct | _tagPowerWorkItem |
struct | _tagGeneralWorkItem |
Typedefs | |
typedef struct _tagPowerWorkItem | tPowerWorkItem |
typedef struct _tagGeneralWorkItem | tGeneralWorkItem |
typedef struct _tagPowerWorkItem tPowerWorkItem |
Definition at line 1303 of file ParaNdis5-Impl.c.
Referenced by DriverEntry().
VOID NTAPI ParaNdis5_HandleDPC | ( | IN NDIS_HANDLE | MiniportAdapterContext | ) |
Definition at line 1445 of file ParaNdis5-Impl.c.
Referenced by DriverEntry().
VOID ParaNdis5_IndicateConnect | ( | PARANDIS_ADAPTER * | pContext, |
BOOLEAN | bConnected | ||
) |
NDIS_STATUS NTAPI ParaNdis5_QueryOID | ( | IN NDIS_HANDLE | MiniportAdapterContext, |
IN NDIS_OID | Oid, | ||
IN PVOID | InformationBuffer, | ||
IN ULONG | InformationBufferLength, | ||
OUT PULONG | BytesWritten, | ||
OUT PULONG | BytesNeeded | ||
) |
Definition at line 261 of file ParaNdis5-Oid.c.
Referenced by DriverEntry().
VOID NTAPI ParaNdis5_ReturnPacket | ( | IN NDIS_HANDLE | MiniportAdapterContext, |
IN PNDIS_PACKET | Packet | ||
) |
Definition at line 1077 of file ParaNdis5-Impl.c.
Referenced by DriverEntry().
VOID NTAPI ParaNdis5_SendPackets | ( | IN NDIS_HANDLE | MiniportAdapterContext, |
IN PPNDIS_PACKET | PacketArray, | ||
IN UINT | NumberOfPackets | ||
) |
Definition at line 1243 of file ParaNdis5-Impl.c.
Referenced by DriverEntry().
NDIS_STATUS NTAPI ParaNdis5_SetOID | ( | IN NDIS_HANDLE | MiniportAdapterContext, |
IN NDIS_OID | Oid, | ||
IN PVOID | InformationBuffer, | ||
IN ULONG | InformationBufferLength, | ||
OUT PULONG | BytesRead, | ||
OUT PULONG | BytesNeeded | ||
) |
Definition at line 311 of file ParaNdis5-Oid.c.
Referenced by DriverEntry().
NDIS_STATUS ParaNdis5_StopReceive | ( | PARANDIS_ADAPTER * | pContext, |
BOOLEAN | bStop, | ||
ONPAUSECOMPLETEPROC | Callback | ||
) |
Definition at line 1410 of file ParaNdis5-Impl.c.
Referenced by ParaNdis5_Halt(), ParaNdis5_Initialize(), ParaNdis_Resume(), and ParaNdis_Suspend().
NDIS_STATUS ParaNdis5_StopSend | ( | PARANDIS_ADAPTER * | pContext, |
BOOLEAN | bStop, | ||
ONPAUSECOMPLETEPROC | Callback | ||
) |
Definition at line 1348 of file ParaNdis5-Impl.c.
Referenced by ParaNdis5_Halt(), ParaNdis5_Initialize(), ParaNdis_Resume(), and ParaNdis_Suspend().