Lines Matching refs:node_entry
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()
395 struct node_entry *ne; in find_entry_by_guid()
398 ne = list_entry(lh, struct node_entry, list); in find_entry_by_guid()
405 static struct node_entry *find_entry_by_nodeid(struct hpsb_host *host, nodeid_t nodeid) in find_entry_by_nodeid()
408 struct node_entry *ne; in find_entry_by_nodeid()
411 ne = list_entry(lh, struct node_entry, list); in find_entry_by_nodeid()
420 (struct node_entry *ne, octlet_t address) in nodemgr_scan_unit_directory()
521 (struct node_entry *ne, octlet_t address, struct unit_directory *parent) in nodemgr_process_unit_directory()
672 static void nodemgr_process_root_directory(struct node_entry *ne) in nodemgr_process_root_directory()
828 static void nodemgr_free_unit_directories(struct node_entry *ne) in nodemgr_free_unit_directories()
900 static void nodemgr_bind_drivers (struct node_entry *ne) in nodemgr_bind_drivers()
979 static void nodemgr_process_config_rom(struct node_entry *ne, in nodemgr_process_config_rom()
1017 static void nodemgr_update_node(struct node_entry *ne, quadlet_t busoptions, in nodemgr_update_node()
1110 static void nodemgr_remove_node(struct node_entry *ne) in nodemgr_remove_node()
1128 struct node_entry *ne; in nodemgr_node_probe_one()
1165 struct node_entry *ne; in nodemgr_node_probe_cleanup()
1170 ne = list_entry(lh, struct node_entry, list); in nodemgr_node_probe_cleanup()
1242 struct node_entry *ne = find_entry_by_nodeid(host, root_node | LOCAL_BUS); in nodemgr_do_irm_duties()
1351 struct node_entry *hpsb_guid_get_entry(u64 guid) in hpsb_guid_get_entry()
1353 struct node_entry *ne; in hpsb_guid_get_entry()
1362 struct node_entry *hpsb_nodeid_get_entry(struct hpsb_host *host, nodeid_t nodeid) in hpsb_nodeid_get_entry()
1364 struct node_entry *ne; in hpsb_nodeid_get_entry()
1388 void hpsb_node_fill_packet(struct node_entry *ne, struct hpsb_packet *pkt) in hpsb_node_fill_packet()
1396 int hpsb_node_read(struct node_entry *ne, u64 addr, in hpsb_node_read()
1406 int hpsb_node_write(struct node_entry *ne, u64 addr, in hpsb_node_write()
1416 int hpsb_node_lock(struct node_entry *ne, u64 addr, in hpsb_node_lock()
1472 struct node_entry *ne; in nodemgr_remove_host()
1489 ne = list_entry(lh, struct node_entry, list); in nodemgr_remove_host()