Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bnx/
H A Dif_bnx.c1194 if (sc->bnx_asicrev == BGE_ASICREV_BCM5720 || in bnx_chipinit()
1514 if (sc->bnx_asicrev == BGE_ASICREV_BCM5720 || in bnx_blockinit()
1659 sc->bnx_asicrev == BGE_ASICREV_BCM5720 || in bnx_blockinit()
1712 if (sc->bnx_asicrev == BGE_ASICREV_BCM5720 || in bnx_blockinit()
1731 sc->bnx_asicrev == BGE_ASICREV_BCM5720) { in bnx_blockinit()
1987 case BGE_ASICREV_BCM5720: in bnx_attach()
2003 sc->bnx_asicrev == BGE_ASICREV_BCM5720 || in bnx_attach()
2034 sc->bnx_asicrev == BGE_ASICREV_BCM5720) in bnx_attach()
2641 sc->bnx_asicrev == BGE_ASICREV_BCM5720) { in bnx_reset()
3664 if (sc->bnx_asicrev == BGE_ASICREV_BCM5720 || in bnx_init()
[all …]
/dragonfly/sys/dev/netif/bge/
H A Dif_bgereg.h362 #define BGE_ASICREV_BCM5720 0x5720 macro