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

/openbsd-current/sys/arch/luna88k/stand/boot/
H A Dlance.h36 #define LEMINSIZE 60 /* should be 64 if mode DTCR is set */ macro
H A Dlance.c169 if (len < LEMINSIZE + 4 || len > LEMTU) {
210 tmd->tmd2 = -max(len, LEMINSIZE);
/openbsd-current/sys/dev/ic/
H A Dlance.c344 if (tlen < LEMINSIZE) {
345 (*sc->sc_zerobuf)(sc, boff, LEMINSIZE - tlen);
346 tlen = LEMINSIZE;
H A Dlancereg.h118 #define LEMINSIZE 60 /* should be 64 if mode DTCR is set */ macro

Completed in 135 milliseconds