IoFreeAdapterChannel

void __stdcall IoFreeAdapterChannel(PDMA_ADAPTER DmaAdapter){
  struct _DMA_ADAPTER *v1; 
  if( (unsigned int)HalpDmaGetAdapterVersion((__int64)DmaAdapter) == 2 )
    IoFreeAdapterChannelV2(v1);
  else
    IoFreeAdapterChannelV3(v1);
}

Referenced by:

HalAllocateAdapterChannelV2
HalCancelAdapterChannel
HalCancelAdapterChannelThin
HalFreeAdapterObject
HalpAllocateDmaResourcesInternal
HalpDmaProcessMapRegisterQueueV2