Searched refs:alloc_parms (Results 1 – 1 of 1) sorted by relevance
87 struct tfp_calloc_parms alloc_parms; in tf_msg_alloc_dma_buf() local91 alloc_parms.nitems = 1; in tf_msg_alloc_dma_buf()92 alloc_parms.size = size; in tf_msg_alloc_dma_buf()93 alloc_parms.alignment = 4096; in tf_msg_alloc_dma_buf()94 rc = tfp_calloc(&alloc_parms); in tf_msg_alloc_dma_buf()98 buf->pa_addr = (uintptr_t)alloc_parms.mem_pa; in tf_msg_alloc_dma_buf()99 buf->va_addr = alloc_parms.mem_va; in tf_msg_alloc_dma_buf()