Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Daspeed_hace.c170 if (*total_msg_len <= s->total_req_len) { in has_padding()
171 uint32_t padding_size = s->total_req_len - *total_msg_len; in has_padding()
227 s->total_req_len += plen; in hash_prepare_direct_iov()
294 s->total_req_len += plen; in hash_prepare_sg_iov()
413 s->total_req_len = 0; in hash_execute_acc_mode()
586 s->total_req_len = 0; in aspeed_hace_reset()
622 VMSTATE_UINT32(total_req_len, AspeedHACEState),
/qemu/include/hw/misc/
H A Daspeed_hace.h34 uint32_t total_req_len; member