Home | History | Annotate | Download | only in ieee1394

Lines Matching refs:max_node

964 	fc->max_node = fc->nodeid & 0x3f;
989 if (fc->max_node < node)
990 fc->max_node = self_id->p0.phy_id;
1031 fc->max_hop = fc->max_node - i_branch;
1033 fc->max_node + 1, fc->max_hop,
1372 fc->max_node = -1;
1898 for (node = 0; node <= fc->max_node; node++) {
1903 " fc->max_node(%d)\n",
1904 node, fc->nodeid, fc->max_node);
1907 printf("node(%d) fc->max_node(%d) found\n",
1908 node, fc->max_node);
2306 self_id = fw_find_self_id(fc, fc->max_node);
2307 if (fc->max_node > 0) {
2310 cmstr = fc->max_node;