Home
last modified time | relevance | path

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

/src/sys/dev/ppbus/
H A Dif_plip.c140 #define LPIPTBLSIZE 256 /* Size of octet translation table */ macro
165 #define txmitl (txmith + (1 * LPIPTBLSIZE))
166 #define trecvh (txmith + (2 * LPIPTBLSIZE))
167 #define trecvl (txmith + (3 * LPIPTBLSIZE))
170 #define ctxmitl (ctxmith + (1 * LPIPTBLSIZE))
171 #define ctrecvh (ctxmith + (2 * LPIPTBLSIZE))
172 #define ctrecvl (ctxmith + (3 * LPIPTBLSIZE))
308 txmith = malloc(4 * LPIPTBLSIZE, M_DEVBUF, M_NOWAIT); in lpinittables()
316 ctxmith = malloc(4 * LPIPTBLSIZE, M_DEVBUF, M_NOWAIT); in lpinittables()
323 for (i = 0; i < LPIPTBLSIZE; i++) { in lpinittables()
[all …]