Searched refs:dma_bpa (Results 1 – 2 of 2) sorted by relevance
134 …pxmitbuf->pallocated_buf = dma_alloc_coherent(&pdev->dev, alloc_sz, &pxmitbuf->dma_bpa, GFP_KERNEL… in rtw_os_xmit_resource_alloc()193 dma_free_coherent(&pdev->dev, free_sz, pxmitbuf->pallocated_buf, pxmitbuf->dma_bpa); in rtw_os_xmit_resource_free()
625 dma_addr_t dma_bpa; member