Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bge/
H A Dif_bge.c295 (BGE_IS_5788((sc)) || (sc)->bge_asicrev == BGE_ASICREV_BCM5700)
1381 } else if (sc->bge_asicrev == BGE_ASICREV_BCM5700 || in bge_chipinit()
1811 if (sc->bge_asicrev == BGE_ASICREV_BCM5700 && in bge_blockinit()
1975 if (sc->bge_asicrev == BGE_ASICREV_BCM5700 && in bge_blockinit()
2110 case BGE_ASICREV_BCM5700: in bge_attach()
2234 if ((sc->bge_asicrev == BGE_ASICREV_BCM5700 || in bge_attach()
2258 if (sc->bge_asicrev == BGE_ASICREV_BCM5700 || in bge_attach()
2522 if (sc->bge_asicrev == BGE_ASICREV_BCM5700 && in bge_attach()
2773 if (sc->bge_asicrev != BGE_ASICREV_BCM5700 && in bge_reset()
H A Dif_bgereg.h349 #define BGE_ASICREV_BCM5700 0x07 macro