Searched refs:irm_id (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ieee1394/
H A Dhosts.h38 nodeid_t irm_id; /* ID of this bus' isochronous resource manager */ member in struct:hpsb_host
H A Dieee1394_core.c250 host->irm_id = -1;
290 host->irm_id = LOCAL_BUS | sid->phy_id;
471 "... irm_id: 0x%X node_id: 0x%X",host->irm_id,host->node_id);
473 /* irm_id is kept up to date by check_selfids() */
474 if (host->irm_id == host->node_id) {
H A Dnodemgr.c634 sysfs_remove_link(&dev->kobj, "irm_id");
638 if ((ne = find_entry_by_nodeid(host, host->irm_id)) &&
639 sysfs_create_link(&dev->kobj, &ne->device.kobj, "irm_id"))
793 sysfs_remove_link(&dev->kobj, "irm_id");
1581 /* if irm_id == -1 then there is no IRM on this bus */
1582 if (!host->is_irm || host->irm_id == (nodeid_t)-1)
1640 status = hpsb_read(host, LOCAL_BUS | (host->irm_id),
H A Draw1394.c282 (host->irm_id)
656 req->req.misc |= NODEID_TO_NODE(fi->host->irm_id) << 8;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/firewire/
H A Dfw-card.c220 int root_id, new_root_id, irm_id, gap_count, generation, grace; local
244 irm_id = card->irm_node->node_id;
259 irm_id, generation,

Completed in 113 milliseconds