Home
last modified time | relevance | path

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

/rk3399_ARM-atf/bl32/tsp/
H A Dtsp_ffa_main.c117 uint32_t total_length, recv_length = 0; in test_memory_send() local
135 receiver_count, flags, &recv_length, in test_memory_send()
142 while (total_length != recv_length) { in test_memory_send()
146 ffa_return = ffa_mem_frag_rx(handle, recv_length); in test_memory_send()
163 if (frag_length + recv_length >= REGION_BUF_SIZE) { in test_memory_send()
168 memcpy(&mem_region_buffer[recv_length], mailbox.rx_buffer, in test_memory_send()
176 recv_length += frag_length; in test_memory_send()
178 assert(recv_length <= total_length); in test_memory_send()
H A Dffa_helpers.c134 smc_args_t ffa_mem_frag_rx(uint64_t handle, uint32_t recv_length) in ffa_mem_frag_rx() argument
139 recv_length, in ffa_mem_frag_rx()
H A Dffa_helpers.h89 smc_args_t ffa_mem_frag_rx(uint64_t handle, uint32_t recv_length);