Home
last modified time | relevance | path

Searched refs:sdma_head_dma (Results 1 – 4 of 4) sorted by relevance

/drivers/infiniband/hw/qib/
Dqib_sdma.c157 ppd->sdma_head_dma[0] = 0; in sdma_sw_clean_up_task()
263 ppd->sdma_head_dma = dma_alloc_coherent(&ppd->dd->pcidev->dev, in alloc_sdma()
265 if (!ppd->sdma_head_dma) { in alloc_sdma()
270 ppd->sdma_head_dma[0] = 0; in alloc_sdma()
288 if (ppd->sdma_head_dma) { in free_sdma()
290 (void *)ppd->sdma_head_dma, in free_sdma()
292 ppd->sdma_head_dma = NULL; in free_sdma()
Dqib.h550 volatile __le64 *sdma_head_dma; /* DMA'ed by chip */ member
Dqib_iba7220.c882 ppd->sdma_head_dma[0] = 0; in qib_7220_sdma_hw_start_up()
4278 (u16)le64_to_cpu(*ppd->sdma_head_dma) : in qib_sdma_7220_gethead()
Dqib_iba7322.c1547 ppd->sdma_head_dma[0] = 0; in qib_7322_sdma_hw_start_up()
6894 (u16) le64_to_cpu(*ppd->sdma_head_dma) : in qib_sdma_7322_gethead()