Searched refs:endpoint (Results 1 – 1 of 1) sorted by relevance
92 args->dst_id = endpoint; in start_sp_test()178 static void check_alive(ADBG_Case_t *c, uint16_t endpoint) in check_alive() argument183 args.dst_id = endpoint; in check_alive()184 rc = start_sp_test(endpoint, EP_SP_NOP, &args); in check_alive()189 static int share_mem(uint16_t endpoint, uint64_t *handle) in share_mem() argument192 struct ffa_ioctl_shm_desc shm_desc = { .dst_id = endpoint, in share_mem()207 uint16_t endpoint = 0; in set_up_mem() local210 endpoint = get_endpoint_id(endp->uuid_ptr); in set_up_mem()213 rc = share_mem(endpoint, handle); in set_up_mem()221 args->dst_id = endpoint; in set_up_mem()[all …]
Completed in 3 milliseconds