Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dma/idxd/
Ddevice.c126 wq->compls = dma_alloc_coherent(dev, wq->compls_size, &wq->compls_addr, GFP_KERNEL); in idxd_wq_alloc_resources()
149 desc->compl_dma = wq->compls_addr + idxd->data->compl_size * i; in idxd_wq_alloc_resources()
160 dma_free_coherent(dev, wq->compls_size, wq->compls, wq->compls_addr); in idxd_wq_alloc_resources()
175 dma_free_coherent(dev, wq->compls_size, wq->compls, wq->compls_addr); in idxd_wq_free_resources()
Didxd.h209 dma_addr_t compls_addr; member