Home
last modified time | relevance | path

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

/freebsd/sys/dev/bge/
H A Dif_bge.c1293 if ((sc->bge_flags & BGE_FLAG_RX_ALIGNBUG) == 0) in bge_newbuf_std()
1348 if ((sc->bge_flags & BGE_FLAG_RX_ALIGNBUG) == 0) in bge_newbuf_jumbo()
3881 sc->bge_flags |= BGE_FLAG_RX_ALIGNBUG; in bge_attach()
4384 if (sc->bge_flags & BGE_FLAG_RX_ALIGNBUG) { in bge_rxeof()
6612 if (sc->bge_flags & BGE_FLAG_RX_ALIGNBUG) in bge_sysctl_debug_info()
H A Dif_bgereg.h2981 #define BGE_FLAG_RX_ALIGNBUG 0x04000000 macro