Home
last modified time | relevance | path

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

/freebsd/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) in net_init()
348 sc->sc_txbufp += PKTALIGN - in net_init()
349 (unsigned long)sc->sc_txbufp % PKTALIGN; in net_init()