Searched refs:resv_buf (Results 1 – 1 of 1) sorted by relevance
468 struct tf_msg_dma_buf resv_buf = { 0 }; in tf_msg_session_resc_alloc() local501 rc = tf_msg_alloc_dma_buf(&resv_buf, dma_size); in tf_msg_session_resc_alloc()520 req.resc_addr = tfp_cpu_to_le_64(resv_buf.pa_addr); in tf_msg_session_resc_alloc()555 tf_msg_free_dma_buf(&resv_buf); in tf_msg_session_resc_alloc()575 struct tf_msg_dma_buf resv_buf = { 0 }; in tf_msg_session_resc_info() local608 rc = tf_msg_alloc_dma_buf(&resv_buf, dma_size); in tf_msg_session_resc_info()627 req.resc_addr = tfp_cpu_to_le_64(resv_buf.pa_addr); in tf_msg_session_resc_info()662 tf_msg_free_dma_buf(&resv_buf); in tf_msg_session_resc_info()679 struct tf_msg_dma_buf resv_buf = { 0 }; in tf_msg_session_resc_flush() local718 rc = tf_msg_alloc_dma_buf(&resv_buf, dma_size); in tf_msg_session_resc_flush()[all …]