ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Classes | |
struct | _ADAPTER_STATS |
struct | _ADAPTER |
Macros | |
#define | NUMBER_OF_BUFFERS 0x20 |
#define | LOG_NUMBER_OF_BUFFERS 5 /* log2(NUMBER_OF_BUFFERS) */ |
#define | BUFFER_SIZE 0x600 |
#define | MAX_MULTICAST_ADDRESSES 32 |
#define | MEDIA_DETECTION_INTERVAL 5000 |
#define | RESET_IN_PROGRESS 0x1 |
#define | INTERRUPT_LIMIT 10 |
#define | PCNET_TAG 'tNcP' |
Typedefs | |
typedef struct _ADAPTER_STATS | ADAPTER_STATS |
typedef struct _ADAPTER_STATS * | PADAPTER_STATS |
typedef struct _ADAPTER | ADAPTER |
typedef struct _ADAPTER * | PADAPTER |
Functions | |
NDIS_STATUS NTAPI | MiniportQueryInformation (IN NDIS_HANDLE MiniportAdapterContext, IN NDIS_OID Oid, IN PVOID InformationBuffer, IN ULONG InformationBufferLength, OUT PULONG BytesWritten, OUT PULONG BytesNeeded) |
NDIS_STATUS NTAPI | MiniportSetInformation (IN NDIS_HANDLE MiniportAdapterContext, IN NDIS_OID Oid, IN PVOID InformationBuffer, IN ULONG InformationBufferLength, OUT PULONG BytesRead, OUT PULONG BytesNeeded) |
NDIS_STATUS NTAPI | MiSetMulticast (PADAPTER Adapter, UCHAR *Addresses, UINT AddressCount) |
NDIS_MEDIA_STATE NTAPI | MiGetMediaState (PADAPTER Adapter) |
UINT NTAPI | MiGetMediaSpeed (PADAPTER Adapter) |
BOOLEAN NTAPI | MiGetMediaDuplex (PADAPTER Adapter) |
#define LOG_NUMBER_OF_BUFFERS 5 /* log2(NUMBER_OF_BUFFERS) */ |
typedef struct _ADAPTER_STATS ADAPTER_STATS |
typedef struct _ADAPTER_STATS * PADAPTER_STATS |
Definition at line 1285 of file pcnet.c.
Referenced by MiInitChip(), and MiSyncMediaDetection().
Definition at line 1297 of file pcnet.c.
Referenced by MiInitChip(), and MiSyncMediaDetection().
NDIS_MEDIA_STATE NTAPI MiGetMediaState | ( | PADAPTER | Adapter | ) |
Definition at line 1309 of file pcnet.c.
Referenced by MiInitChip(), and MiSyncMediaDetection().
NDIS_STATUS NTAPI MiniportQueryInformation | ( | IN NDIS_HANDLE | MiniportAdapterContext, |
IN NDIS_OID | Oid, | ||
IN PVOID | InformationBuffer, | ||
IN ULONG | InformationBufferLength, | ||
OUT PULONG | BytesWritten, | ||
OUT PULONG | BytesNeeded | ||
) |
Definition at line 73 of file info.c.
NDIS_STATUS NTAPI MiniportSetInformation | ( | IN NDIS_HANDLE | MiniportAdapterContext, |
IN NDIS_OID | Oid, | ||
IN PVOID | InformationBuffer, | ||
IN ULONG | InformationBufferLength, | ||
OUT PULONG | BytesRead, | ||
OUT PULONG | BytesNeeded | ||
) |
Definition at line 276 of file info.c.
NDIS_STATUS NTAPI MiSetMulticast | ( | PADAPTER | Adapter, |
UCHAR * | Addresses, | ||
UINT | AddressCount | ||
) |
Definition at line 1262 of file pcnet.c.
Referenced by MiniportSetInformation().