Lines Matching refs:ds_info

131 struct ds_info;
135 void (*data)(struct ds_info *dp,
147 static void md_update_data(struct ds_info *dp, struct ds_cap_state *cp,
149 static void domain_shutdown_data(struct ds_info *dp,
152 static void domain_panic_data(struct ds_info *dp,
156 static void dr_cpu_data(struct ds_info *dp,
160 static void ds_pri_data(struct ds_info *dp,
163 static void ds_var_data(struct ds_info *dp,
202 struct ds_info { struct
216 struct ds_info *next; argument
219 static struct ds_info *ds_info_list;
221 static struct ds_cap_state *find_cap(struct ds_info *dp, u64 handle) in find_cap()
230 static struct ds_cap_state *find_cap_by_string(struct ds_info *dp, in find_cap_by_string()
280 static void md_update_data(struct ds_info *dp, in md_update_data()
319 static void domain_shutdown_data(struct ds_info *dp, in domain_shutdown_data()
359 static void domain_panic_data(struct ds_info *dp, in domain_panic_data()
422 static void __dr_cpu_send_error(struct ds_info *dp, in __dr_cpu_send_error()
448 static void dr_cpu_send_error(struct ds_info *dp, in dr_cpu_send_error()
533 static int dr_cpu_configure(struct ds_info *dp, struct ds_cap_state *cp, in dr_cpu_configure()
590 static int dr_cpu_unconfigure(struct ds_info *dp, in dr_cpu_unconfigure()
630 static void dr_cpu_data(struct ds_info *dp, struct ds_cap_state *cp, void *buf, in dr_cpu_data()
681 static void ds_pri_data(struct ds_info *dp, in ds_pri_data()
726 static void ds_var_data(struct ds_info *dp, in ds_var_data()
747 struct ds_info *dp; in ldom_set_var()
878 static void ds_conn_reset(struct ds_info *dp) in ds_conn_reset()
884 static int register_services(struct ds_info *dp) in register_services()
922 static int ds_handshake(struct ds_info *dp, struct ds_msg_tag *pkt) in ds_handshake()
969 static void __send_ds_nack(struct ds_info *dp, u64 handle) in __send_ds_nack()
989 struct ds_info *dp;
1007 struct ds_info *dp = qp->dp; in process_ds_work()
1047 static int ds_data(struct ds_info *dp, struct ds_msg_tag *pkt, int len) in ds_data()
1064 static void ds_up(struct ds_info *dp) in ds_up()
1080 static void ds_reset(struct ds_info *dp) in ds_reset()
1095 struct ds_info *dp = arg; in ds_event()
1168 struct ds_info *dp; in ds_probe()