Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bnx/
HDif_bnx.c1180 if (sc->bnx_asicrev != BGE_ASICREV_BCM5717 && in bnx_chipinit()
1181 sc->bnx_asicrev != BGE_ASICREV_BCM5762 && in bnx_chipinit()
1194 if (sc->bnx_asicrev == BGE_ASICREV_BCM5720 || in bnx_chipinit()
1195 sc->bnx_asicrev == BGE_ASICREV_BCM5762) { in bnx_chipinit()
1266 if (sc->bnx_asicrev == BGE_ASICREV_BCM5719) in bnx_blockinit()
1268 if (sc->bnx_asicrev == BGE_ASICREV_BCM5717 || in bnx_blockinit()
1434 sc->bnx_asicrev == BGE_ASICREV_BCM5762) in bnx_blockinit()
1471 sc->bnx_asicrev == BGE_ASICREV_BCM5762) { in bnx_blockinit()
1514 if (sc->bnx_asicrev == BGE_ASICREV_BCM5720 || in bnx_blockinit()
1515 sc->bnx_asicrev == BGE_ASICREV_BCM5762) { in bnx_blockinit()
[all …]
HDif_bnxvar.h339 uint32_t bnx_asicrev; member