Searched refs:memvirt (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | file_ops.c | 308 u64 memaddr, void *memvirt, dma_addr_t memdma, in mmap_cdbg() argument 314 memaddr ?: (u64)memvirt, memlen, in mmap_cdbg() 326 void *memvirt = NULL; in hfi1_file_mmap() local 402 memvirt = uctxt->rcvhdrq; in hfi1_file_mmap() 438 memvirt = uctxt->egrbufs.buffers[i].addr; in hfi1_file_mmap() 442 memvirt, memdma, memlen, vma); in hfi1_file_mmap() 444 memvirt, memdma, memlen); in hfi1_file_mmap() 512 memvirt = (void *)hfi1_rcvhdrtail_kvaddr(uctxt); in hfi1_file_mmap() 570 memvirt, memdma, memlen); in hfi1_file_mmap() 576 } else if (memvirt) { in hfi1_file_mmap() [all …]
|