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

/freebsd-13-stable/sys/dev/ppbus/
H A Dif_plip.c142 #define LPIPTBLSIZE 256 /* Size of octet translation table */ macro
167 #define txmitl (txmith + (1 * LPIPTBLSIZE))
168 #define trecvh (txmith + (2 * LPIPTBLSIZE))
169 #define trecvl (txmith + (3 * LPIPTBLSIZE))
172 #define ctxmitl (ctxmith + (1 * LPIPTBLSIZE))
173 #define ctrecvh (ctxmith + (2 * LPIPTBLSIZE))
174 #define ctrecvl (ctxmith + (3 * LPIPTBLSIZE))
318 txmith = malloc(4 * LPIPTBLSIZE, M_DEVBUF, M_NOWAIT);
326 ctxmith = malloc(4 * LPIPTBLSIZE, M_DEVBUF, M_NOWAIT);
333 for (i = 0; i < LPIPTBLSIZE;
[all...]

Completed in 79 milliseconds