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

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

Completed in 157 milliseconds