Lines Matching defs:ctxmith
168 static u_char *ctxmith;
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 = NULL;
472 ppbus_wdtr(ppbus, ctxmith[byte]);