Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/bl32/tsp/
A Dtsp_ffa_main.c116 uint32_t total_length, recv_length = 0; in test_memory_send() local
134 receiver_count, flags, &recv_length, in test_memory_send()
141 while (total_length != recv_length) { in test_memory_send()
145 ffa_return = ffa_mem_frag_rx(handle, recv_length); in test_memory_send()
162 if (frag_length + recv_length >= REGION_BUF_SIZE) { in test_memory_send()
167 memcpy(&mem_region_buffer[recv_length], mailbox.rx_buffer, in test_memory_send()
175 recv_length += frag_length; in test_memory_send()
177 assert(recv_length <= total_length); in test_memory_send()
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()
A Dffa_helpers.h89 smc_args_t ffa_mem_frag_rx(uint64_t handle, uint32_t recv_length);

Completed in 5 milliseconds