Searched refs:node_entry (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/ieee1394/ |
D | nodemgr.h | 103 struct node_entry *ne; /* The node which this directory belongs to */ 136 struct node_entry { struct 212 static inline int hpsb_node_entry_valid(struct node_entry *ne) in hpsb_node_entry_valid() 222 struct node_entry *hpsb_guid_get_entry(u64 guid); 226 struct node_entry *hpsb_nodeid_get_entry(struct hpsb_host *host, nodeid_t nodeid); 233 struct hpsb_host *hpsb_get_host_by_ne(struct node_entry *ne); 246 void hpsb_node_fill_packet(struct node_entry *ne, struct hpsb_packet *pkt); 248 int hpsb_node_read(struct node_entry *ne, u64 addr, 250 int hpsb_node_write(struct node_entry *ne, u64 addr, 252 int hpsb_node_lock(struct node_entry *ne, u64 addr,
|
D | nodemgr.c | 112 struct node_entry *ne; in raw1394_read_proc() 123 ne = list_entry(lh, struct node_entry, list); in raw1394_read_proc() 213 static void nodemgr_process_config_rom(struct node_entry *ne, 259 static int nodemgr_read_text_leaf(struct node_entry *ne, in nodemgr_read_text_leaf() 301 static struct node_entry *nodemgr_scan_root_directory in nodemgr_scan_root_directory() 308 struct node_entry *ne; in nodemgr_scan_root_directory() 326 total_size = sizeof(struct node_entry); in nodemgr_scan_root_directory() 362 static struct node_entry *nodemgr_create_node(octlet_t guid, quadlet_t busoptions, in nodemgr_create_node() 367 struct node_entry *ne; in nodemgr_create_node() 392 static struct node_entry *find_entry_by_guid(u64 guid) in find_entry_by_guid() [all …]
|
D | sbp2.h | 412 struct node_entry *ne;
|
D | eth1394.c | 1438 struct node_entry *ne; in ether1394_tx()
|
D | sbp2.c | 390 struct node_entry *ne, u64 addr, in sbp2util_allocate_write_packet()
|