HomeSort by: relevance | last modified time | path
    Searched refs:max_node (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ieee1394/
firewire.c 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"
    [all...]
firewirereg.h 115 u_int max_node; member in struct:firewire_comm

Completed in 12 milliseconds