Searched refs:bge_flags (Results 1 – 3 of 3) sorted by relevance
373 #define BGE_IS_JUMBO_CAPABLE(sc) ((sc)->bge_flags & BGE_FLAG_JUMBO)374 #define BGE_IS_5700_FAMILY(sc) ((sc)->bge_flags & BGE_FLAG_5700_FAMILY)375 #define BGE_IS_5705_PLUS(sc) ((sc)->bge_flags & BGE_FLAG_5705_PLUS)376 #define BGE_IS_5714_FAMILY(sc) ((sc)->bge_flags & BGE_FLAG_5714_FAMILY)377 #define BGE_IS_575X_PLUS(sc) ((sc)->bge_flags & BGE_FLAG_575X_PLUS)378 #define BGE_IS_5755_PLUS(sc) ((sc)->bge_flags & BGE_FLAG_5755_PLUS)379 #define BGE_IS_5717_PLUS(sc) ((sc)->bge_flags & BGE_FLAG_5717_PLUS)380 #define BGE_IS_57765_PLUS(sc) ((sc)->bge_flags & BGE_FLAG_57765_PLUS)667 if ((sc->bge_flags & BGE_FLAG_MBOX_REORDER) != 0) in bge_writembx()1325 if (sc->bge_flags & BGE_FLAG_JUMBO_STD && in bge_newbuf_std()[all …]
2272 uint16_t bge_flags; member2278 uint16_t bge_flags; member2318 uint16_t bge_flags; member2328 uint16_t bge_flags; member2357 uint16_t bge_flags; member2367 uint16_t bge_flags; member2971 uint32_t bge_flags; member
972 if (bge_sc->bge_flags & BGE_FLAG_JUMBO) in brgphy_reset()