Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bce/
H A Dif_bce.c629 ((sc->bce_flags & BCE_PCI_32BIT_FLAG) ? "32-bit" : "64-bit"), in bce_print_adapter_info()
868 sc->bce_flags |= BCE_PCI_32BIT_FLAG; in bce_attach()
H A Dif_bcereg.h5949 #define BCE_PCI_32BIT_FLAG 0x00000002 macro