Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bnx/
H A Dif_bnx.c1180 if (sc->bnx_asicrev != BGE_ASICREV_BCM5717 && in bnx_chipinit()
1268 if (sc->bnx_asicrev == BGE_ASICREV_BCM5717 || in bnx_blockinit()
1703 if (sc->bnx_asicrev == BGE_ASICREV_BCM5717) in bnx_blockinit()
1985 case BGE_ASICREV_BCM5717: in bnx_attach()
2001 if (sc->bnx_asicrev == BGE_ASICREV_BCM5717 || in bnx_attach()
2012 if (sc->bnx_asicrev == BGE_ASICREV_BCM5717 || in bnx_attach()
2637 if (sc->bnx_asicrev == BGE_ASICREV_BCM5717) { in bnx_reset()
2764 if (sc->bnx_asicrev == BGE_ASICREV_BCM5717) { in bnx_reset()
/dragonfly/sys/dev/netif/bge/
H A Dif_bgereg.h360 #define BGE_ASICREV_BCM5717 0x5717 macro