Searched refs:max_node (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/firewire/
H A Dfirewire.c613 fc->max_node = -1;
1307 fc->max_node = fc->nodeid & 0x3f;
1332 if (fc->max_node < node)
1333 fc->max_node = self_id->p0.phy_id;
1376 fc->max_hop = fc->max_node - i_branch;
1378 fc->max_node + 1, fc->max_hop,
1696 for (node = 0; node <= fc->max_node; node++) {
1701 "found myself node(%d) fc->nodeid(%d) fc->max_node(%d)\n",
1702 __func__, node, fc->nodeid, fc->max_node);
1706 "node(%d) fc->max_node(
[all...]
H A Dfirewirereg.h108 u_int max_node; member in struct:firewire_comm

Completed in 108 milliseconds