Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bce/
H A Dif_bce.c745 if (sc->bce_flags & BCE_PCIE_FLAG) { in bce_print_adapter_info()
843 sc->bce_flags |= BCE_PCIE_FLAG; in bce_probe_pci_caps()
1069 sc->bce_flags = 0; in bce_attach()
1135 sc->bce_flags |= BCE_USING_MSI_FLAG; in bce_attach()
1241 sc->bce_flags |= BCE_MFW_ENABLE_FLAG; in bce_attach()
1281 sc->bce_flags |= BCE_PCIX_FLAG; in bce_attach()
1319 sc->bce_flags |= BCE_PCI_32BIT_FLAG; in bce_attach()
1553 if (sc->bce_flags & BCE_NO_WOL_FLAG) in bce_detach()
1597 if (sc->bce_flags & BCE_NO_WOL_FLAG) in bce_shutdown()
3104 sc->bce_flags |= BCE_NO_WOL_FLAG; in bce_get_media()
[all …]
H A Dif_bcereg.h6334 u32 bce_flags; member