Home
last modified time | relevance | path

Searched refs:nodeid_t (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/drivers/ieee1394/
Dieee1394_transactions.h13 struct hpsb_packet *hpsb_make_readpacket(struct hpsb_host *host, nodeid_t node,
15 struct hpsb_packet *hpsb_make_lockpacket(struct hpsb_host *host, nodeid_t node,
18 struct hpsb_packet *hpsb_make_lock64packet(struct hpsb_host *host, nodeid_t node,
26 struct hpsb_packet *hpsb_make_writepacket (struct hpsb_host *host, nodeid_t node,
52 int hpsb_read(struct hpsb_host *host, nodeid_t node, unsigned int generation,
54 int hpsb_write(struct hpsb_host *host, nodeid_t node, unsigned int generation,
56 int hpsb_lock(struct hpsb_host *host, nodeid_t node, unsigned int generation,
58 int hpsb_lock64(struct hpsb_host *host, nodeid_t node, unsigned int generation,
Dhosts.h44 nodeid_t node_id; /* node ID of this host */
45 nodeid_t irm_id; /* ID of this bus' isochronous resource manager */
46 nodeid_t busmgr_id; /* ID of this bus' bus manager */
Dieee1394_transactions.c256 struct hpsb_packet *hpsb_make_readpacket(struct hpsb_host *host, nodeid_t node, in hpsb_make_readpacket()
284 struct hpsb_packet *hpsb_make_writepacket (struct hpsb_host *host, nodeid_t node, in hpsb_make_writepacket()
347 struct hpsb_packet *hpsb_make_lockpacket(struct hpsb_host *host, nodeid_t node, in hpsb_make_lockpacket()
384 struct hpsb_packet *hpsb_make_lock64packet(struct hpsb_host *host, nodeid_t node, in hpsb_make_lock64packet()
461 int hpsb_read(struct hpsb_host *host, nodeid_t node, unsigned int generation, in hpsb_read()
504 int hpsb_write(struct hpsb_host *host, nodeid_t node, unsigned int generation, in hpsb_write()
538 int hpsb_lock(struct hpsb_host *host, nodeid_t node, unsigned int generation, in hpsb_lock()
570 int hpsb_lock64(struct hpsb_host *host, nodeid_t node, unsigned int generation, in hpsb_lock64()
Dnodemgr.h143 nodeid_t nodeid; /* NodeID */
226 struct node_entry *hpsb_nodeid_get_entry(struct hpsb_host *host, nodeid_t nodeid);
Dnodemgr.c217 nodeid_t nodeid, unsigned int generation, in nodemgr_read_quadlet()
238 nodeid_t nodeid, unsigned int generation, in nodemgr_size_text_leaf()
302 (struct hpsb_host *host, nodeid_t nodeid, unsigned int generation) in nodemgr_scan_root_directory()
364 nodeid_t nodeid, unsigned int generation) in nodemgr_create_node()
405 static struct node_entry *find_entry_by_nodeid(struct hpsb_host *host, nodeid_t nodeid) in find_entry_by_nodeid()
1018 struct host_info *hi, nodeid_t nodeid, in nodemgr_update_node()
1043 static int read_businfo_block(struct hpsb_host *host, nodeid_t nodeid, unsigned int generation, in read_businfo_block()
1125 nodeid_t nodeid, int generation) in nodemgr_node_probe_one()
1192 nodeid_t nodeid = LOCAL_BUS; in nodemgr_node_probe()
1362 struct node_entry *hpsb_nodeid_get_entry(struct hpsb_host *host, nodeid_t nodeid) in hpsb_nodeid_get_entry()
Dieee1394_core.h20 nodeid_t node_id;
Dieee1394_types.h46 typedef u16 nodeid_t; typedef
Deth1394.c693 nodeid_t srcid, nodeid_t destid, in ether1394_parse_encap()
1272 nodeid_t node, u64 addr, in ether1394_prep_write_packet()
1430 nodeid_t dest_node; in ether1394_tx()
Dieee1394_core.c762 nodeid_t source = data[1] >> 16; in handle_incoming_packet()
763 nodeid_t dest = data[0] >> 16; in handle_incoming_packet()