Lines Matching refs:node
1057 fw_tl2xfer(struct firewire_comm *fc, int node, int tlabel, int tcode) in fw_tl2xfer() argument
1065 if (xfer->send.hdr.mode.hdr.dst == node) { in fw_tl2xfer()
1304 u_int i, j, node, c_port = 0, i_branch = 0; in fw_sidrcv() local
1331 node = self_id->p0.phy_id; in fw_sidrcv()
1332 if (fc->max_node < node) in fw_sidrcv()
1335 fc->speed_map->speed[node][node] = in fw_sidrcv()
1337 for (j = 0; j < node; j++) { in fw_sidrcv()
1338 fc->speed_map->speed[j][node] = in fw_sidrcv()
1339 fc->speed_map->speed[node][j] = in fw_sidrcv()
1520 int err, node; in fw_explore_node() local
1525 node = dfwdev->dst; in fw_explore_node()
1538 __func__, node, hdr->info_len); in fw_explore_node()
1560 __func__, node, in fw_explore_node()
1575 __func__, node); in fw_explore_node()
1595 fwdev->speed = fc->speed_map->speed[fc->nodeid][node]; in fw_explore_node()
1632 fwdev->dst = node; in fw_explore_node()
1638 "node%d: crom unchanged\n", node); in fw_explore_node()
1666 fw_find_self_id(struct firewire_comm *fc, int node) in fw_find_self_id() argument
1675 if (s->p0.phy_id == node) in fw_find_self_id()
1684 int node, err, s, i, todo, todo2, trys; in fw_explore() local
1696 for (node = 0; node <= fc->max_node; node++) { in fw_explore()
1698 if (node == fc->nodeid) { in fw_explore()
1702 __func__, node, fc->nodeid, fc->max_node); in fw_explore()
1707 __func__, node, fc->max_node); in fw_explore()
1709 fwsid = fw_find_self_id(fc, node); in fw_explore()
1714 __func__, node); in fw_explore()
1717 nodes[todo++] = node; in fw_explore()
1731 __func__, node, err); in fw_explore()