Home | History | Annotate | Download | only in fwctl

Lines Matching defs:PSIZE

79 #define PSIZE 512
87 #define RBUFSIZE (PSIZE * NPACKET_R)
125 bufreq.rx.psize = PSIZE;
128 bufreq.tx.psize = 0;
142 while ((len = read(d, buf + tlen, PSIZE
155 if ((RBUFSIZE - tlen) < PSIZE)
295 bufreq.rx.psize = 0;
298 bufreq.tx.psize = PSIZE;