Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bge/
H A Dif_bgevar.h225 #define BGE_FLAG_JUMBO 0x00000002 macro
H A Dif_bge.c286 #define BGE_IS_JUMBO_CAPABLE(sc) ((sc)->bge_flags & BGE_FLAG_JUMBO)
2114 sc->bge_flags |= BGE_FLAG_5700_FAMILY | BGE_FLAG_JUMBO; in bge_attach()