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

/freebsd-11-stable/stand/uboot/lib/
H A Dlibuboot.h44 #define PKTALIGN 128 macro
46 #define PKTALIGN 64 macro
48 #define PKTALIGN 32 macro
H A Dnet.c81 uint8_t sc_txbuf[ETHER_MAX_LEN + PKTALIGN];
350 if ((unsigned long)sc->sc_txbufp % PKTALIGN)
351 sc->sc_txbufp += PKTALIGN -
352 (unsigned long)sc->sc_txbufp % PKTALIGN;

Completed in 65 milliseconds