#include <ndis.h>
#include "pci.h"
#include "pcnethw.h"
Go to the source code of this file.
Data Structures |
| struct | PADAPTER_STATS |
| struct | PADAPTER |
Defines |
| #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' |
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) |