Home
last modified time | relevance | path

Searched refs:linkspeed (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/stand/i386/libfirewire/
Dfwohci.c62 char *linkspeed[] = { variable
158 linkspeed[speed], nport);
170 linkspeed[speed], nport);
236 linkspeed[speed], MAXREC(max_rec));
/freebsd-12-stable/sys/dev/firewire/
Dfwohci.c89 extern char *linkspeed[];
446 linkspeed[sc->fc.speed], sc->fc.nport);
459 linkspeed[sc->fc.speed], sc->fc.nport);
537 linkspeed[speed], MAXREC(max_rec));
Dfirewire.c121 char *linkspeed[] = { variable
1608 __func__, linkspeed[fwdev->speed]); in fw_explore_node()