Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/bce/
H A Dif_bce.c755 if (sc->bce_flags & BCE_PCIE_FLAG) { in bce_print_adapter_info()
855 sc->bce_flags |= BCE_PCIE_FLAG; in bce_probe_pci_caps()
1083 sc->bce_flags = 0; in bce_attach()
1150 sc->bce_flags |= BCE_USING_MSI_FLAG; in bce_attach()
1256 sc->bce_flags |= BCE_MFW_ENABLE_FLAG; in bce_attach()
1296 sc->bce_flags |= BCE_PCIX_FLAG; in bce_attach()
1334 sc->bce_flags |= BCE_PCI_32BIT_FLAG; in bce_attach()
1580 if (sc->bce_flags & BCE_NO_WOL_FLAG) in bce_detach()
1625 if (sc->bce_flags & BCE_NO_WOL_FLAG) in bce_shutdown()
3166 sc->bce_flags |= BCE_NO_WOL_FLAG; in bce_get_media()
[all …]
H A Dif_bcereg.h6409 u32 bce_flags; member