• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/

Lines Matching refs:host

16 	struct list_head host_list;	/* per host list */
19 struct hpsb_host *host;
33 /* New host initialized. Will also be called during
35 void (*add_host)(struct hpsb_host *host);
38 * hpsb_unregister_highlevel once for each host. */
39 void (*remove_host)(struct hpsb_host *host);
44 void (*host_reset)(struct hpsb_host *host);
49 * for channel/host combinations you did not request. */
50 void (*iso_receive)(struct hpsb_host *host, int channel,
56 void (*fcp_request)(struct hpsb_host *host, int nodeid, int direction,
84 int (*read)(struct hpsb_host *host, int nodeid, quadlet_t *buffer,
86 int (*write)(struct hpsb_host *host, int nodeid, int destid,
91 int (*lock)(struct hpsb_host *host, int nodeid, quadlet_t *store,
94 int (*lock64)(struct hpsb_host *host, int nodeid, octlet_t *store,
99 void highlevel_add_host(struct hpsb_host *host);
100 void highlevel_remove_host(struct hpsb_host *host);
101 void highlevel_host_reset(struct hpsb_host *host);
102 int highlevel_read(struct hpsb_host *host, int nodeid, void *data, u64 addr,
104 int highlevel_write(struct hpsb_host *host, int nodeid, int destid, void *data,
106 int highlevel_lock(struct hpsb_host *host, int nodeid, quadlet_t *store,
109 int highlevel_lock64(struct hpsb_host *host, int nodeid, octlet_t *store,
112 void highlevel_iso_receive(struct hpsb_host *host, void *data, size_t length);
113 void highlevel_fcp_request(struct hpsb_host *host, int nodeid, int direction,
120 struct hpsb_host *host,
124 int hpsb_register_addrspace(struct hpsb_highlevel *hl, struct hpsb_host *host,
126 int hpsb_unregister_addrspace(struct hpsb_highlevel *hl, struct hpsb_host *host,
128 int hpsb_listen_channel(struct hpsb_highlevel *hl, struct hpsb_host *host,
130 void hpsb_unlisten_channel(struct hpsb_highlevel *hl, struct hpsb_host *host,
133 void *hpsb_get_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host);
134 void *hpsb_create_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host,
136 void hpsb_destroy_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host);
137 void hpsb_set_hostinfo_key(struct hpsb_highlevel *hl, struct hpsb_host *host,
140 int hpsb_set_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host,