Lines Matching refs:handle
85 __u64 handle; member
93 __u64 handle; member
99 __u64 handle; member
105 __u64 handle; member
110 __u64 handle; member
115 __u64 handle; member
120 __u64 handle; member
125 __u64 handle; member
131 __u64 handle; member
219 static struct ds_cap_state *find_cap(struct ds_info *dp, u64 handle) in find_cap() argument
221 unsigned int index = handle >> 32; in find_cap()
299 pkt.data.handle = cp->handle; in md_update_data()
337 pkt.data.handle = cp->handle; in domain_shutdown_data()
377 pkt.data.handle = cp->handle; in domain_panic_data()
433 pkt.data.handle = cp->handle; in __dr_cpu_send_error()
485 u64 handle, int resp_len, int ncpus, in dr_cpu_init_response() argument
497 resp->handle = handle; in dr_cpu_init_response()
544 dr_cpu_init_response(resp, req_num, cp->handle, in dr_cpu_configure()
603 dr_cpu_init_response(resp, req_num, cp->handle, in dr_cpu_unconfigure()
795 pkt.header.data.handle = cp->handle; in ldom_set_var()
900 cp->handle = ((u64) i << 32) | new_count; in register_services()
908 pbuf.req.handle = cp->handle; in register_services()
937 struct ds_cap_state *cp = find_cap(dp, ap->handle); in ds_handshake()
941 "handle %llx\n", dp->id, ap->handle); in ds_handshake()
949 struct ds_cap_state *cp = find_cap(dp, np->handle); in ds_handshake()
954 dp->id, np->handle); in ds_handshake()
967 static void __send_ds_nack(struct ds_info *dp, u64 handle) in __send_ds_nack() argument
975 .handle = handle, in __send_ds_nack()
1006 struct ds_cap_state *cp = find_cap(dp, dpkt->handle); in process_ds_work()
1012 dp->id, dpkt->handle); in process_ds_work()
1015 __send_ds_nack(dp, dpkt->handle); in process_ds_work()
1052 __send_ds_nack(dp, dpkt->handle); in ds_data()
1198 dp->ds_states[i].handle = ((u64)i << 32); in ds_probe()