Searched refs:PKTALIGN (Results 1 – 2 of 2) sorted by relevance
43 #define PKTALIGN 128 macro45 #define PKTALIGN 64 macro47 #define PKTALIGN 32 macro
78 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()