Home
last modified time | relevance | path

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

/freebsd/usr.bin/tcopy/
H A Dtcopy.c50 #define MAXREC (64 * 1024) macro
53 static int filen, guesslen, maxblk = MAXREC;
/freebsd/sys/dev/firewire/
H A Dfirewire.h72 #define MAXREC(x) (2 << (x)) macro
H A Dfwohci.c536 linkspeed[speed], MAXREC(max_rec));
542 MAXREC(max_rec), MAXREC(sc->fc.maxrec));
H A Dfirewire.c222 if (xfer->send.pay_len > MAXREC(fc->maxrec)) { in fw_asyreq()