Searched refs:bge_flags (Results 1 – 3 of 3) sorted by relevance
363 #define BGE_IS_JUMBO_CAPABLE(sc) ((sc)->bge_flags & BGE_FLAG_JUMBO)364 #define BGE_IS_5700_FAMILY(sc) ((sc)->bge_flags & BGE_FLAG_5700_FAMILY)365 #define BGE_IS_5705_PLUS(sc) ((sc)->bge_flags & BGE_FLAG_5705_PLUS)366 #define BGE_IS_5714_FAMILY(sc) ((sc)->bge_flags & BGE_FLAG_5714_FAMILY)367 #define BGE_IS_575X_PLUS(sc) ((sc)->bge_flags & BGE_FLAG_575X_PLUS)368 #define BGE_IS_5755_PLUS(sc) ((sc)->bge_flags & BGE_FLAG_5755_PLUS)369 #define BGE_IS_5717_PLUS(sc) ((sc)->bge_flags & BGE_FLAG_5717_PLUS)370 #define BGE_IS_57765_PLUS(sc) ((sc)->bge_flags & BGE_FLAG_57765_PLUS)622 if ((sc->bge_flags & BGE_FLAG_MBOX_REORDER) != 0) in bge_writembx()1280 if (sc->bge_flags & BGE_FLAG_JUMBO_STD && in bge_newbuf_std()[all …]
2259 uint16_t bge_flags; member2265 uint16_t bge_flags; member2305 uint16_t bge_flags; member2315 uint16_t bge_flags; member2344 uint16_t bge_flags; member2354 uint16_t bge_flags; member2956 uint32_t bge_flags; member
1011 if (bge_sc->bge_flags & BGE_FLAG_JUMBO) in brgphy_reset()