Searched refs:BGE_FLAG_JUMBO (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/mii/
H A Dbrgphy.c973 if (bge_sc->bge_flags & BGE_FLAG_JUMBO)
/freebsd-11.0-release/sys/dev/bge/
H A Dif_bge.c374 #define BGE_IS_JUMBO_CAPABLE(sc) ((sc)->bge_flags & BGE_FLAG_JUMBO)
3401 BGE_FLAG_575X_PLUS | BGE_FLAG_5705_PLUS | BGE_FLAG_JUMBO |
3413 sc->bge_flags &= ~BGE_FLAG_JUMBO;
3430 sc->bge_flags |= BGE_FLAG_5700_FAMILY | BGE_FLAG_JUMBO;
6618 if (sc->bge_flags & BGE_FLAG_JUMBO)
H A Dif_bgereg.h2973 #define BGE_FLAG_JUMBO 0x00000002 macro

Completed in 66 milliseconds