Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/bl32/tsp/
A Dffa_helpers.c104 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 Dtsp_main.c850 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 Dffa_helpers.h358 tsp_args_t ffa_mem_frag_rx(uint64_t handle, uint32_t recv_length);

Completed in 6 milliseconds