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

/freebsd-current/sys/dev/bce/
H A Dif_bce.c741 if (sc->bce_flags & BCE_PCIE_FLAG) {
750 ((sc->bce_flags & BCE_PCIX_FLAG) ? "-X" : ""),
751 ((sc->bce_flags & BCE_PCI_32BIT_FLAG) ?
765 if (sc->bce_flags & BCE_USING_MSI_FLAG) {
770 if (sc->bce_flags & BCE_USING_MSIX_FLAG) {
787 if (sc->bce_flags & BCE_MFW_ENABLE_FLAG) {
839 sc->bce_flags |= BCE_PCIE_FLAG;
1065 sc->bce_flags = 0;
1114 sc->bce_flags |= BCE_USING_MSIX_FLAG;
1131 sc->bce_flags |
[all...]
H A Dif_bcereg.h6332 u32 bce_flags; member in struct:bce_softc

Completed in 101 milliseconds