|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Functions | |
| ULONG | DcEthernetCrc (_In_reads_bytes_(Size) const VOID *Buffer, _In_ ULONG Size) |
| static VOID | DcFlushTransmitQueue (_In_ PDC21X4_ADAPTER Adapter) |
| static VOID | DcStopReceivePath (_In_ PDC21X4_ADAPTER Adapter) |
| DECLSPEC_NOINLINE VOID | DcStopAdapter (_In_ PDC21X4_ADAPTER Adapter, _In_ BOOLEAN WaitForPackets) |
| VOID | DcStartAdapter (_In_ PDC21X4_ADAPTER Adapter) |
| VOID NTAPI | DcResetWorker (_In_ PNDIS_WORK_ITEM WorkItem, _In_opt_ PVOID Context) |
| VOID NTAPI | DcTransmitTimeoutRecoveryWorker (_In_ PNDIS_WORK_ITEM WorkItem, _In_opt_ PVOID Context) |
| static BOOLEAN NTAPI | DcCheckForHang (_In_ NDIS_HANDLE MiniportAdapterContext) |
| static NDIS_STATUS NTAPI | DcReset (_Out_ PBOOLEAN AddressingReset, _In_ NDIS_HANDLE MiniportAdapterContext) |
| static VOID NTAPI | DcHalt (_In_ NDIS_HANDLE MiniportAdapterContext) |
| static VOID NTAPI | DcShutdown (_In_ NDIS_HANDLE MiniportAdapterContext) |
| NTSTATUS NTAPI | DriverEntry (_In_ PDRIVER_OBJECT DriverObject, _In_ PUNICODE_STRING RegistryPath) |
|
static |
Definition at line 272 of file dc21x4.c.
Referenced by DriverEntry().
Definition at line 17 of file dc21x4.c.
Referenced by DcSetupFrameImperfectFiltering().
|
static |
Definition at line 40 of file dc21x4.c.
Referenced by DcStopAdapter().
|
static |
Definition at line 330 of file dc21x4.c.
Referenced by DriverEntry().
|
static |
Definition at line 308 of file dc21x4.c.
Referenced by DriverEntry().
Definition at line 190 of file dc21x4.c.
Referenced by DcInitialize().
|
static |
Definition at line 349 of file dc21x4.c.
Referenced by DriverEntry().
| VOID DcStartAdapter | ( | _In_ PDC21X4_ADAPTER | Adapter | ) |
Definition at line 168 of file dc21x4.c.
Referenced by DcInitialize(), DcPowerUp(), and DcResetWorker().
| DECLSPEC_NOINLINE VOID DcStopAdapter | ( | _In_ PDC21X4_ADAPTER | Adapter, |
| _In_ BOOLEAN | WaitForPackets | ||
| ) |
Definition at line 123 of file dc21x4.c.
Referenced by DcHalt(), DcPowerDown(), and DcResetWorker().
|
static |
Definition at line 90 of file dc21x4.c.
Referenced by DcStopAdapter().
| VOID NTAPI DcTransmitTimeoutRecoveryWorker | ( | _In_ PNDIS_WORK_ITEM | WorkItem, |
| _In_opt_ PVOID | Context | ||
| ) |
Definition at line 247 of file dc21x4.c.
Referenced by DcInitialize().
| NTSTATUS NTAPI DriverEntry | ( | _In_ PDRIVER_OBJECT | DriverObject, |
| _In_ PUNICODE_STRING | RegistryPath | ||
| ) |
Definition at line 362 of file dc21x4.c.