IoFreeAdapterChannel

VOID __stdcall IoFreeAdapterChannel(PDMA_ADAPTER DmaAdapter){
  _DMA_ADAPTER *v1; 

  if( HalpDmaGetAdapterVersion((_ADAPTER_OBJECT *)DmaAdapter) == 2 )
    IoFreeAdapterChannelV2(v1);
  else
    IoFreeAdapterChannelV3(v1);
}

Referenced by:

HalAllocateAdapterChannelV2
HalCancelAdapterChannel
HalCancelAdapterChannelThin
HalFreeAdapterObject
HalpAllocateDmaResourcesInternal
HalpDmaProcessMapRegisterQueueV2