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

/freebsd-current/stand/uboot/
H A Dlibuboot.h43 #define PKTALIGN 128 macro
45 #define PKTALIGN 64 macro
47 #define PKTALIGN 32 macro
H A Dnet.c78 uint8_t sc_txbuf[ETHER_MAX_LEN + PKTALIGN];
347 if ((unsigned long)sc->sc_txbufp % PKTALIGN)
348 sc->sc_txbufp += PKTALIGN -
349 (unsigned long)sc->sc_txbufp % PKTALIGN;

Completed in 62 milliseconds