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

/freebsd-11-stable/sys/dev/firewire/
H A Dfirewire.c1514 struct fw_device *fwdev, *pfwdev, *tfwdev; local
1618 STAILQ_FOREACH(tfwdev, &fc->devices, link) {
1619 if (tfwdev->eui.hi > fwdev->eui.hi ||
1620 (tfwdev->eui.hi == fwdev->eui.hi &&
1621 tfwdev->eui.lo > fwdev->eui.lo))
1623 pfwdev = tfwdev;

Completed in 51 milliseconds