Lines Matching refs:dma_handle
778 dma_addr_t dma_handle; in bnxt_flash_nvram() local
789 kmem = dma_alloc_coherent(&bp->pdev->dev, data_len, &dma_handle, in bnxt_flash_nvram()
797 req.host_src_addr = cpu_to_le64(dma_handle); in bnxt_flash_nvram()
800 dma_free_coherent(&bp->pdev->dev, data_len, kmem, dma_handle); in bnxt_flash_nvram()
987 dma_addr_t dma_handle; in bnxt_get_nvram_directory() local
1004 buf = dma_alloc_coherent(&bp->pdev->dev, buflen, &dma_handle, in bnxt_get_nvram_directory()
1012 req.host_dest_addr = cpu_to_le64(dma_handle); in bnxt_get_nvram_directory()
1016 dma_free_coherent(&bp->pdev->dev, buflen, buf, dma_handle); in bnxt_get_nvram_directory()
1026 dma_addr_t dma_handle; in bnxt_get_nvram_item() local
1029 buf = dma_alloc_coherent(&bp->pdev->dev, length, &dma_handle, in bnxt_get_nvram_item()
1037 req.host_dest_addr = cpu_to_le64(dma_handle); in bnxt_get_nvram_item()
1045 dma_free_coherent(&bp->pdev->dev, length, buf, dma_handle); in bnxt_get_nvram_item()