Searched refs:ReceiveDescriptors (Results 1 – 3 of 3) sorted by relevance
355 (PVOID*)&Adapter->ReceiveDescriptors, in NICAllocateIoResources()357 if (Adapter->ReceiveDescriptors == NULL) in NICAllocateIoResources()381 PE1000_RECEIVE_DESCRIPTOR Descriptor = Adapter->ReceiveDescriptors + n; in NICAllocateIoResources()438 if (Adapter->ReceiveDescriptors != NULL) in NICReleaseIoResources()450 Adapter->ReceiveDescriptors, in NICReleaseIoResources()453 Adapter->ReceiveDescriptors = NULL; in NICReleaseIoResources()
93 ReceiveDescriptor = Adapter->ReceiveDescriptors + CurrRxDesc; in MiniportHandleInterrupt()
85 PE1000_RECEIVE_DESCRIPTOR ReceiveDescriptors; member