Home
last modified time | relevance | path

Searched refs:MAXREC (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/boot/i386/libfirewire/
HDfwohci.c60 #define MAXREC(x) (2 << (x)) macro
241 linkspeed[speed], MAXREC(max_rec));
247 MAXREC(max_rec), MAXREC(sc->maxrec));
/trueos/usr.bin/tcopy/
HDtcopy.c60 #define MAXREC (64 * 1024) macro
63 static int filen, guesslen, maxblk = MAXREC;
/trueos/sys/dev/firewire/
HDfirewire.h72 #define MAXREC(x) (2 << (x)) macro
HDfwohci.c545 linkspeed[speed], MAXREC(max_rec));
551 MAXREC(max_rec), MAXREC(sc->fc.maxrec));
HDfirewire.c239 if (xfer->send.pay_len > MAXREC(fc->maxrec)) { in fw_asyreq()