|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <ndis56common.h>

Public Attributes | |
| tBusResource | PciBars [PCI_TYPE0_ADDRESSES] |
| ULONG | Vector |
| ULONG | Level |
| KAFFINITY | Affinity |
| ULONG | InterruptFlags |
Definition at line 168 of file ndis56common.h.
| KAFFINITY _tagAdapterResources::Affinity |
Definition at line 173 of file ndis56common.h.
Referenced by GetAdapterResources().
| ULONG _tagAdapterResources::InterruptFlags |
Definition at line 174 of file ndis56common.h.
Referenced by GetAdapterResources(), and ParaNdis_InitializeContext().
| ULONG _tagAdapterResources::Level |
Definition at line 172 of file ndis56common.h.
Referenced by GetAdapterResources(), and ParaNdis_FinishSpecificInitialization().
| tBusResource _tagAdapterResources::PciBars[PCI_TYPE0_ADDRESSES] |
Definition at line 170 of file ndis56common.h.
Referenced by GetAdapterResources(), ParaNdis_CleanupContext(), pci_get_resource_len(), and pci_map_address_range().
| ULONG _tagAdapterResources::Vector |
Definition at line 171 of file ndis56common.h.
Referenced by GetAdapterResources(), ParaNdis_FinishSpecificInitialization(), and vdev_get_msix_vector().