Home
last modified time | relevance | path

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

/freebsd/sys/dev/bge/
H A Dif_bge.c1280 if (sc->bge_flags & BGE_FLAG_JUMBO_STD && in bge_newbuf_std()
3055 if (sc->bge_flags & BGE_FLAG_JUMBO_STD) in bge_dma_alloc()
3415 sc->bge_flags |= BGE_FLAG_5714_FAMILY | BGE_FLAG_JUMBO_STD; in bge_attach()
5736 (sc->bge_flags & BGE_FLAG_JUMBO_STD)) { in bge_ioctl()
6779 if ((sc->bge_flags & BGE_FLAG_JUMBO_STD) != 0 && in bge_debugnet_init()
H A Dif_bgereg.h2959 #define BGE_FLAG_JUMBO_STD 0x00000004 macro