Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp634 fc->max_node = (uint)-1; in fw_reset_csr()
1380 fc->max_node = fc->nodeid & 0x3f; in fw_sidrcv()
1406 if(fc->max_node < node){ in fw_sidrcv()
1407 fc->max_node = self_id->p0.phy_id; in fw_sidrcv()
1456 fc->max_hop = fc->max_node - i_branch; in fw_sidrcv()
1458 fc->max_node + 1, fc->max_hop, in fw_sidrcv()
1792 for (node = 0; (uint)node <= fc->max_node; node ++) { in fw_explore()
1799 __func__, node, fc->nodeid, fc->max_node); in fw_explore()
1805 __func__, node, fc->max_node); in fw_explore()
2404 self_id = fw_find_self_id(fc, fc->max_node); in fw_bmr()
[all …]
/haiku/headers/private/firewire/
H A Dfirewirereg.h155 u_int max_node; member