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

/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp632 fc->irm = (uint)-1;
1418 if ((fc->irm == (u_int)-1 || self_id->p0.phy_id > fc->irm) &&
1420 fc->irm = self_id->p0.phy_id;
1457 device_printf(fc->bdev, "%d nodes, maxhop <= %d %s irm(%d) %s\n",
1459 (fc->irm == (u_int)-1) ? "Not IRM capable" : "cable IRM",
1460 fc->irm,
1461 (fc->irm == fc->nodeid) ? " (me) " : "");
1463 if (try_bmr && (fc->irm != (u_int)-1) && (CSRARC(fc, BUS_MGR_ID) == 0x3f)) {
1464 if (fc->irm
[all...]
/haiku/headers/private/firewire/
H A Dfirewirereg.h154 u_int irm; member in struct:firewire_comm

Completed in 42 milliseconds