Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_sdma.c296 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()
Dipath_kernel.h528 volatile __le64 *ipath_sdma_head_dma; member