Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/dma/idxd/
Ddevice.c153 wq->compls_raw = dma_alloc_coherent(dev, wq->compls_size, in idxd_wq_alloc_resources()
155 if (!wq->compls_raw) { in idxd_wq_alloc_resources()
162 tmp = (u64)wq->compls_raw; in idxd_wq_alloc_resources()
194 dma_free_coherent(dev, wq->compls_size, wq->compls_raw, in idxd_wq_alloc_resources()
210 dma_free_coherent(dev, wq->compls_size, wq->compls_raw, in idxd_wq_free_resources()
Didxd.h190 void *compls_raw; member