Lines Matching refs:node
12 struct nvkm_mem *node; member
30 struct nvkm_mem *node = mem->mm_node; in nv04_sgdma_bind() local
33 node->sg = ttm->sg; in nv04_sgdma_bind()
34 node->pages = NULL; in nv04_sgdma_bind()
36 node->sg = NULL; in nv04_sgdma_bind()
37 node->pages = nvbe->ttm.dma_address; in nv04_sgdma_bind()
39 node->size = (mem->num_pages << PAGE_SHIFT) >> 12; in nv04_sgdma_bind()
41 nvkm_vm_map(&node->vma[0], node); in nv04_sgdma_bind()
42 nvbe->node = node; in nv04_sgdma_bind()
50 nvkm_vm_unmap(&nvbe->node->vma[0]); in nv04_sgdma_unbind()
64 struct nvkm_mem *node = mem->mm_node; in nv50_sgdma_bind() local
68 node->sg = ttm->sg; in nv50_sgdma_bind()
69 node->pages = NULL; in nv50_sgdma_bind()
71 node->sg = NULL; in nv50_sgdma_bind()
72 node->pages = nvbe->ttm.dma_address; in nv50_sgdma_bind()
74 node->size = (mem->num_pages << PAGE_SHIFT) >> 12; in nv50_sgdma_bind()