Home
last modified time | relevance | path

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

/freebsd/sys/dev/bge/
H A Dif_bge.c356 { BGE_ASICREV_BCM5717, "unknown BCM5717" },
1857 sc->bge_asicrev != BGE_ASICREV_BCM5717 && in bge_chipinit()
2087 if (sc->bge_asicrev == BGE_ASICREV_BCM5717 || in bge_blockinit()
2121 if (sc->bge_asicrev == BGE_ASICREV_BCM5717 || in bge_blockinit()
2216 if (sc->bge_asicrev == BGE_ASICREV_BCM5717 || in bge_blockinit()
2231 if (sc->bge_asicrev == BGE_ASICREV_BCM5717 || in bge_blockinit()
2426 if (sc->bge_asicrev == BGE_ASICREV_BCM5717) in bge_blockinit()
3349 if (sc->bge_asicrev == BGE_ASICREV_BCM5717 || in bge_attach()
3377 case BGE_ASICREV_BCM5717: in bge_attach()
3429 case BGE_ASICREV_BCM5717: in bge_attach()
[all …]
H A Dif_bgereg.h357 #define BGE_ASICREV_BCM5717 0x5717 macro