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

/freebsd-13-stable/sys/dev/ppbus/
H A Dif_plip.c166 static u_char *txmith; variable
167 #define txmitl (txmith + (1 * LPIPTBLSIZE))
168 #define trecvh (txmith + (2 * LPIPTBLSIZE))
169 #define trecvl (txmith + (3 * LPIPTBLSIZE))
197 if (txmith != NULL) {
198 free(txmith, M_DEVBUF);
199 txmith = NULL;
317 if (txmith == NULL)
318 txmith = malloc(4 * LPIPTBLSIZE, M_DEVBUF, M_NOWAIT);
320 if (txmith
[all...]

Completed in 89 milliseconds