Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bnx/
H A Dif_bnx.c1181 sc->bnx_asicrev != BGE_ASICREV_BCM5762 && in bnx_chipinit()
1195 sc->bnx_asicrev == BGE_ASICREV_BCM5762) { in bnx_chipinit()
1434 sc->bnx_asicrev == BGE_ASICREV_BCM5762) in bnx_blockinit()
1471 sc->bnx_asicrev == BGE_ASICREV_BCM5762) { in bnx_blockinit()
1515 sc->bnx_asicrev == BGE_ASICREV_BCM5762) { in bnx_blockinit()
1648 if (sc->bnx_asicrev == BGE_ASICREV_BCM5762) in bnx_blockinit()
1683 sc->bnx_asicrev == BGE_ASICREV_BCM5762) { in bnx_blockinit()
1686 if (sc->bnx_asicrev == BGE_ASICREV_BCM5762) in bnx_blockinit()
1991 case BGE_ASICREV_BCM5762: in bnx_attach()
2004 sc->bnx_asicrev == BGE_ASICREV_BCM5762) in bnx_attach()
[all …]
/dragonfly/sys/dev/netif/bge/
H A Dif_bgereg.h364 #define BGE_ASICREV_BCM5762 0x5762 macro