Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bge/
H A Dif_bge.c1344 } else if (sc->bge_asicrev == BGE_ASICREV_BCM5703 || in bge_chipinit()
1358 if (sc->bge_asicrev == BGE_ASICREV_BCM5703) in bge_chipinit()
1378 if (sc->bge_asicrev == BGE_ASICREV_BCM5703 || in bge_chipinit()
2112 case BGE_ASICREV_BCM5703: in bge_attach()
2240 if ((sc->bge_asicrev == BGE_ASICREV_BCM5703 && in bge_attach()
2925 if (sc->bge_asicrev == BGE_ASICREV_BCM5703) { in bge_reset()
H A Dif_bgereg.h343 #define BGE_ASICREV_BCM5703 0x01 macro