Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bge/
H A Dif_bge.c1373 if (sc->bge_asicrev != BGE_ASICREV_BCM5705 && in bge_chipinit()
2129 case BGE_ASICREV_BCM5705: in bge_attach()
2141 if (sc->bge_asicrev == BGE_ASICREV_BCM5705 && in bge_attach()
2242 (sc->bge_asicrev == BGE_ASICREV_BCM5705 && in bge_attach()
2259 (sc->bge_asicrev == BGE_ASICREV_BCM5705 && in bge_attach()
2516 if (BGE_IS_5700_FAMILY(sc) || sc->bge_asicrev == BGE_ASICREV_BCM5705) { in bge_attach()
H A Dif_bgereg.h345 #define BGE_ASICREV_BCM5705 0x03 macro