Searched refs:ipath_sdma_head_dma (Results 1 – 2 of 2) sorted by relevance
296 dd->ipath_sdma_head_dma[0] = 0; in sdma_abort_task()394 dd->ipath_sdma_head_dma = dma_alloc_coherent(&dd->pcidev->dev, in alloc_sdma()396 if (!dd->ipath_sdma_head_dma) { in alloc_sdma()401 dd->ipath_sdma_head_dma[0] = 0; in alloc_sdma()561 if (dd->ipath_sdma_head_dma) { in teardown_sdma()562 sdma_head_dma = (void *) dd->ipath_sdma_head_dma; in teardown_sdma()564 dd->ipath_sdma_head_dma = NULL; in teardown_sdma()
528 volatile __le64 *ipath_sdma_head_dma; member