Searched refs:rpc_ops (Results 1 – 3 of 3) sorted by relevance
31 static struct tfm_rpc_ops_t rpc_ops = { variable87 if ((rpc_ops.handle_req != default_handle_req) || in tfm_rpc_register_ops()88 (rpc_ops.reply != default_mailbox_reply)) { in tfm_rpc_register_ops()92 rpc_ops.handle_req = ops_ptr->handle_req; in tfm_rpc_register_ops()93 rpc_ops.reply = ops_ptr->reply; in tfm_rpc_register_ops()100 rpc_ops.handle_req = default_handle_req; in tfm_rpc_unregister_ops()101 rpc_ops.reply = default_mailbox_reply; in tfm_rpc_unregister_ops()106 rpc_ops.handle_req(); in tfm_rpc_client_call_handler()116 rpc_ops.reply(handle->client_data, status); in tfm_rpc_client_call_reply()
144 static struct tfm_rpc_ops_t rpc_ops = { variable154 ret = tfm_rpc_register_ops(&rpc_ops); in tfm_inter_core_comm_init()