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

/netbsd-current/sys/dev/ppbus/
H A Dif_plip.c168 static u_char *ctxmith; variable
169 #define ctxmitl (ctxmith+(1*LPIPTBLSIZE))
170 #define ctrecvh (ctxmith+(2*LPIPTBLSIZE))
171 #define ctrecvl (ctxmith+(3*LPIPTBLSIZE))
312 if (!ctxmith)
313 ctxmith = malloc(4*LPIPTBLSIZE, M_DEVBUF, M_WAITOK);
316 ctxmith[i] = (i & 0xF0) >> 4;
336 if (ctxmith)
337 free(ctxmith, M_DEVBUF);
338 txmith = ctxmith
[all...]

Completed in 138 milliseconds