Home
last modified time | relevance | path

Searched refs:copy_context (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c434 struct vchiq_io_copy_callback_context *copy_context = in vchiq_ioc_copy_element_data() local
437 if (offset != copy_context->current_offset) in vchiq_ioc_copy_element_data()
440 if (!copy_context->elements_to_go) in vchiq_ioc_copy_element_data()
450 bytes_this_round = min(copy_context->current_element->size - in vchiq_ioc_copy_element_data()
451 copy_context->current_element_offset, in vchiq_ioc_copy_element_data()
457 copy_context->elements_to_go--; in vchiq_ioc_copy_element_data()
458 copy_context->current_element++; in vchiq_ioc_copy_element_data()
459 copy_context->current_element_offset = 0; in vchiq_ioc_copy_element_data()
461 if (!copy_context->elements_to_go) in vchiq_ioc_copy_element_data()
466 (const uint8_t *)copy_context->current_element->data + in vchiq_ioc_copy_element_data()
[all …]