Searched refs:compls_raw (Results 1 – 2 of 2) sorted by relevance
153 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()
190 void *compls_raw; member