Lines Matching refs:hpsb_highlevel
23 struct hpsb_highlevel { struct
128 void hpsb_register_highlevel(struct hpsb_highlevel *hl);
129 void hpsb_unregister_highlevel(struct hpsb_highlevel *hl);
141 int hpsb_register_addrspace(struct hpsb_highlevel *hl,
144 int hpsb_unregister_addrspace(struct hpsb_highlevel *hl, u64 start);
150 int hpsb_listen_channel(struct hpsb_highlevel *hl, struct hpsb_host *host,
152 void hpsb_unlisten_channel(struct hpsb_highlevel *hl, struct hpsb_host *host,
157 void *hpsb_get_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host);
160 void *hpsb_create_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host,
164 void hpsb_destroy_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host);
167 void hpsb_set_hostinfo_key(struct hpsb_highlevel *hl, struct hpsb_host *host, unsigned long key);
170 unsigned long hpsb_get_hostinfo_key(struct hpsb_highlevel *hl, struct hpsb_host *host);
173 void *hpsb_get_hostinfo_bykey(struct hpsb_highlevel *hl, unsigned long key);
177 int hpsb_set_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host, void *data);
180 struct hpsb_host *hpsb_get_host_bykey(struct hpsb_highlevel *hl, unsigned long key);