how dma_alloc_coherent does mapping of dma area to Rx and Tx descriptors

前端 未结 0 1990
耶瑟儿~
耶瑟儿~ 2021-02-07 11:26

In r8169 ethernet device driver it does setting up coherent mapping like this

      tp->RxDescArray = dma_alloc_coherent(&pdev->dev, R8169_RX_RING_BYTES         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题