Searched refs:alloc_parms (Results 1 – 1 of 1) sorted by relevance
95 struct tfp_calloc_parms alloc_parms; in tf_msg_alloc_dma_buf() local99 alloc_parms.nitems = 1; in tf_msg_alloc_dma_buf()100 alloc_parms.size = size; in tf_msg_alloc_dma_buf()101 alloc_parms.alignment = 4096; in tf_msg_alloc_dma_buf()102 rc = tfp_calloc(&alloc_parms); in tf_msg_alloc_dma_buf()106 buf->pa_addr = (uintptr_t)alloc_parms.mem_pa; in tf_msg_alloc_dma_buf()107 buf->va_addr = alloc_parms.mem_va; in tf_msg_alloc_dma_buf()