Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/uboot/lib/
Dlibuboot.h45 #define PKTALIGN 128 macro
47 #define PKTALIGN 64 macro
49 #define PKTALIGN 32 macro
Dnet.c81 uint8_t sc_txbuf[ETHER_MAX_LEN + PKTALIGN];
350 if ((unsigned long)sc->sc_txbufp % PKTALIGN) in net_init()
351 sc->sc_txbufp += PKTALIGN - in net_init()
352 (unsigned long)sc->sc_txbufp % PKTALIGN; in net_init()