Searched refs:recv_length (Results 1 – 3 of 3) sorted by relevance
/tf-a-ffa_el3_spmc/bl32/tsp/ |
A D | ffa_helpers.c | 104 tsp_args_t ffa_mem_frag_rx(uint64_t handle, uint32_t recv_length) in ffa_mem_frag_rx() argument 109 recv_length, in ffa_mem_frag_rx()
|
A D | tsp_main.c | 850 uint32_t total_length, recv_length= 0; in test_memory_send() local 852 … memory_retrieve(&mailbox, &m, handle, source, partition_id, flags, &recv_length, &total_length); in test_memory_send() 854 while (total_length != recv_length) { in test_memory_send() 857 ffa_return = ffa_mem_frag_rx((uint32_t) handle, recv_length); in test_memory_send() 866 memcpy(&mem_region_buffer[recv_length], mailbox.recv, frag_length); in test_memory_send() 873 recv_length += frag_length; in test_memory_send() 875 assert(recv_length <= total_length); in test_memory_send()
|
A D | ffa_helpers.h | 358 tsp_args_t ffa_mem_frag_rx(uint64_t handle, uint32_t recv_length);
|
Completed in 6 milliseconds