HomeSort by: relevance | last modified time | path
    Searched defs:bge_chipid (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_bgevar.h 313 uint32_t bge_chipid; member in struct:bge_softc
if_bge.c 177 static uint32_t bge_chipid(const struct pci_attach_args *);
543 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5906 &&
613 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5906)
622 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5906)
638 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5761)
739 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5761) {
752 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5761)
820 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5761)
829 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5761)
1004 if (BGE_ASICREV(sc->bge_chipid) != BGE_ASICREV_BCM5906
3130 bge_chipid(const struct pci_attach_args *pa) function in typeref:typename:uint32_t
    [all...]

Completed in 13 milliseconds