Home
last modified time | relevance | path

Searched refs:LEMINSIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/le/
H A Dlance.c358 if (tlen < LEMINSIZE) { in lance_put()
359 (*sc->sc_zerobuf)(sc, boff, LEMINSIZE - tlen); in lance_put()
360 tlen = LEMINSIZE; in lance_put()
H A Dlancereg.h122 #define LEMINSIZE (ETHER_MIN_LEN - ETHER_CRC_LEN) macro