Lines Matching refs:handle

87 	__u64			handle;  member
95 __u64 handle; member
101 __u64 handle; member
107 __u64 handle; member
112 __u64 handle; member
117 __u64 handle; member
122 __u64 handle; member
127 __u64 handle; member
133 __u64 handle; member
221 static struct ds_cap_state *find_cap(struct ds_info *dp, u64 handle) in find_cap() argument
223 unsigned int index = handle >> 32; in find_cap()
301 pkt.data.handle = cp->handle; in md_update_data()
339 pkt.data.handle = cp->handle; in domain_shutdown_data()
379 pkt.data.handle = cp->handle; in domain_panic_data()
435 pkt.data.handle = cp->handle; in __dr_cpu_send_error()
487 u64 handle, int resp_len, int ncpus, in dr_cpu_init_response() argument
499 resp->handle = handle; in dr_cpu_init_response()
546 dr_cpu_init_response(resp, req_num, cp->handle, in dr_cpu_configure()
605 dr_cpu_init_response(resp, req_num, cp->handle, in dr_cpu_unconfigure()
797 pkt.header.data.handle = cp->handle; in ldom_set_var()
902 cp->handle = ((u64) i << 32) | new_count; in register_services()
910 pbuf.req.handle = cp->handle; in register_services()
939 struct ds_cap_state *cp = find_cap(dp, ap->handle); in ds_handshake()
943 "handle %llx\n", dp->id, ap->handle); in ds_handshake()
951 struct ds_cap_state *cp = find_cap(dp, np->handle); in ds_handshake()
956 dp->id, np->handle); in ds_handshake()
969 static void __send_ds_nack(struct ds_info *dp, u64 handle) in __send_ds_nack() argument
977 .handle = handle, in __send_ds_nack()
1008 struct ds_cap_state *cp = find_cap(dp, dpkt->handle); in process_ds_work()
1014 dp->id, dpkt->handle); in process_ds_work()
1017 __send_ds_nack(dp, dpkt->handle); in process_ds_work()
1054 __send_ds_nack(dp, dpkt->handle); in ds_data()
1200 dp->ds_states[i].handle = ((u64)i << 32); in ds_probe()