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

/freebsd-10-stable/sys/dev/ppbus/
H A Dif_plip.c163 static u_char *txmith; variable
164 #define txmitl (txmith + (1 * LPIPTBLSIZE))
165 #define trecvh (txmith + (2 * LPIPTBLSIZE))
166 #define trecvl (txmith + (3 * LPIPTBLSIZE))
194 if (txmith != NULL) {
195 free(txmith, M_DEVBUF);
196 txmith = NULL;
314 if (txmith == NULL)
315 txmith = malloc(4 * LPIPTBLSIZE, M_DEVBUF, M_NOWAIT);
317 if (txmith
[all...]

Completed in 87 milliseconds