Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfirewire.c656 fc->max_node = -1; in fw_reset_csr()
1325 fc->max_node = fc->nodeid & FW_NODE_MASK; in fw_sidrcv()
1350 if (fc->max_node < node) in fw_sidrcv()
1351 fc->max_node = self_id->p0.phy_id; in fw_sidrcv()
1393 fc->max_hop = fc->max_node - i_branch; in fw_sidrcv()
1395 fc->max_node + 1, fc->max_hop, in fw_sidrcv()
1723 for (node = 0; node <= fc->max_node; node++) { in fw_explore()
1729 __func__, node, fc->nodeid, fc->max_node); in fw_explore()
1734 __func__, node, fc->max_node); in fw_explore()
2391 self_id = fw_find_self_id(fc, fc->max_node); in fw_bmr()
[all …]
H A Dfirewirereg.h140 u_int max_node; member