Lines Matching refs:ds_info

130 struct ds_info;
134 void (*data)(struct ds_info *dp,
146 static void md_update_data(struct ds_info *dp, struct ds_cap_state *cp,
148 static void domain_shutdown_data(struct ds_info *dp,
151 static void domain_panic_data(struct ds_info *dp,
155 static void dr_cpu_data(struct ds_info *dp,
159 static void ds_pri_data(struct ds_info *dp,
162 static void ds_var_data(struct ds_info *dp,
201 struct ds_info { struct
215 struct ds_info *next; argument
218 static struct ds_info *ds_info_list;
220 static struct ds_cap_state *find_cap(struct ds_info *dp, u64 handle) in find_cap()
229 static struct ds_cap_state *find_cap_by_string(struct ds_info *dp, in find_cap_by_string()
279 static void md_update_data(struct ds_info *dp, in md_update_data()
318 static void domain_shutdown_data(struct ds_info *dp, in domain_shutdown_data()
358 static void domain_panic_data(struct ds_info *dp, in domain_panic_data()
421 static void __dr_cpu_send_error(struct ds_info *dp, in __dr_cpu_send_error()
447 static void dr_cpu_send_error(struct ds_info *dp, in dr_cpu_send_error()
532 static int dr_cpu_configure(struct ds_info *dp, struct ds_cap_state *cp, in dr_cpu_configure()
589 static int dr_cpu_unconfigure(struct ds_info *dp, in dr_cpu_unconfigure()
629 static void dr_cpu_data(struct ds_info *dp, struct ds_cap_state *cp, void *buf, in dr_cpu_data()
680 static void ds_pri_data(struct ds_info *dp, in ds_pri_data()
725 static void ds_var_data(struct ds_info *dp, in ds_var_data()
746 struct ds_info *dp; in ldom_set_var()
877 static void ds_conn_reset(struct ds_info *dp) in ds_conn_reset()
883 static int register_services(struct ds_info *dp) in register_services()
921 static int ds_handshake(struct ds_info *dp, struct ds_msg_tag *pkt) in ds_handshake()
968 static void __send_ds_nack(struct ds_info *dp, u64 handle) in __send_ds_nack()
988 struct ds_info *dp;
1006 struct ds_info *dp = qp->dp; in process_ds_work()
1046 static int ds_data(struct ds_info *dp, struct ds_msg_tag *pkt, int len) in ds_data()
1063 static void ds_up(struct ds_info *dp) in ds_up()
1079 static void ds_reset(struct ds_info *dp) in ds_reset()
1094 struct ds_info *dp = arg; in ds_event()
1167 struct ds_info *dp; in ds_probe()