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

/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dlibuboot.h50 #define PKTALIGN 32 macro
H A Dnet.c81 uint8_t sc_txbuf[ETHER_MAX_LEN + PKTALIGN];
348 if ((unsigned long)sc->sc_txbufp % PKTALIGN)
349 sc->sc_txbufp += PKTALIGN -
350 (unsigned long)sc->sc_txbufp % PKTALIGN;

Completed in 4264 milliseconds