Searched refs:copy_context (Results 1 – 1 of 1) sorted by relevance
774 struct vchiq_io_copy_callback_context *copy_context = in vchiq_ioc_copy_element_data() local777 if (offset != copy_context->current_offset) in vchiq_ioc_copy_element_data()780 if (!copy_context->elements_to_go) in vchiq_ioc_copy_element_data()790 bytes_this_round = min(copy_context->current_element->size - in vchiq_ioc_copy_element_data()791 copy_context->current_element_offset, in vchiq_ioc_copy_element_data()797 copy_context->elements_to_go--; in vchiq_ioc_copy_element_data()798 copy_context->current_element++; in vchiq_ioc_copy_element_data()799 copy_context->current_element_offset = 0; in vchiq_ioc_copy_element_data()801 if (!copy_context->elements_to_go) in vchiq_ioc_copy_element_data()806 copy_context->current_element->data + in vchiq_ioc_copy_element_data()[all …]