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

/freebsd-10-stable/sys/dev/ppbus/
H A Dif_plip.c139 #define LPIPTBLSIZE 256 /* Size of octet translation table */ macro
164 #define txmitl (txmith + (1 * LPIPTBLSIZE))
165 #define trecvh (txmith + (2 * LPIPTBLSIZE))
166 #define trecvl (txmith + (3 * LPIPTBLSIZE))
169 #define ctxmitl (ctxmith + (1 * LPIPTBLSIZE))
170 #define ctrecvh (ctxmith + (2 * LPIPTBLSIZE))
171 #define ctrecvl (ctxmith + (3 * LPIPTBLSIZE))
315 txmith = malloc(4 * LPIPTBLSIZE, M_DEVBUF, M_NOWAIT);
323 ctxmith = malloc(4 * LPIPTBLSIZE, M_DEVBUF, M_NOWAIT);
330 for (i = 0; i < LPIPTBLSIZE;
[all...]

Completed in 103 milliseconds