Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/media/allegro-dvt/
Dallegro-core.c828 size_t body_no_wrap; in allegro_mbox_read() local
865 body_no_wrap = min((size_t)header->length, in allegro_mbox_read()
868 dst + sizeof(*header), body_no_wrap / 4); in allegro_mbox_read()
870 dst + sizeof(*header) + body_no_wrap, in allegro_mbox_read()
871 (header->length - body_no_wrap) / 4); in allegro_mbox_read()