Home
last modified time | relevance | path

Searched refs:dma_buf_vaddr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_mbox.c222 mq->dma_buf_vaddr = dma_alloc_coherent(hwdev->dev, size, in init_mbox_dma_queue()
225 if (!mq->dma_buf_vaddr) in init_mbox_dma_queue()
235 mq->dma_buf_vaddr, mq->dma_buf_paddr); in uninit_mbox_dma_queue()
506 dma_vaddr = (u8 *)mq->dma_buf_vaddr + offset; in mbox_prepare_dma_entry()
H A Dhinic3_mbox.h106 void *dma_buf_vaddr; member