LPIPTBLSIZE
#define txmitl (txmith+(1*LPIPTBLSIZE))
#define trecvh (txmith+(2*LPIPTBLSIZE))
#define trecvl (txmith+(3*LPIPTBLSIZE))
#define ctxmitl (ctxmith+(1*LPIPTBLSIZE))
#define ctrecvh (ctxmith+(2*LPIPTBLSIZE))
#define ctrecvl (ctxmith+(3*LPIPTBLSIZE))
txmith = kmalloc(4*LPIPTBLSIZE, M_DEVBUF, M_WAITOK);
ctxmith = kmalloc(4*LPIPTBLSIZE, M_DEVBUF, M_WAITOK);
for (i=0; i < LPIPTBLSIZE; i++) {
for (i=0; i < LPIPTBLSIZE; i++) {