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

/freebsd-11-stable/sys/dev/firewire/
H A Dfirewire.c609 fc->irm = -1;
1341 if ((fc->irm == -1 || self_id->p0.phy_id > fc->irm) &&
1343 fc->irm = self_id->p0.phy_id;
1375 device_printf(fc->bdev, "%d nodes, maxhop <= %d %s irm(%d) %s\n",
1377 (fc->irm == -1) ? "Not IRM capable" : "cable IRM",
1378 fc->irm, (fc->irm == fc->nodeid) ? " (me) " : "");
1380 if (try_bmr && (fc->irm != -1) && (CSRARC(fc, BUS_MGR_ID) == 0x3f)) {
1381 if (fc->irm
[all...]
H A Dfirewirereg.h105 u_int irm; member in struct:firewire_comm

Completed in 42 milliseconds