Home
last modified time | relevance | path

Searched refs:OCE_FLAGS_BE2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/oce/
H A Doce_hw.c154 if (IS_BE(sc) && (sc->flags & OCE_FLAGS_BE2)) in oce_hw_pci_free()
247 if (IS_BE(sc) && (sc->flags & OCE_FLAGS_BE2)) in oce_hw_pci_alloc()
H A Doce_if.h110 (sc->flags & OCE_FLAGS_BE2))? 1:0)
112 #define IS_BE2(sc) (sc->flags & OCE_FLAGS_BE2)
781 #define OCE_FLAGS_BE2 0x00000800 macro
H A Doce_sysctl.c268 if ((sc->flags & OCE_FLAGS_BE2)) { in oce_sys_fwupgrade()
H A Doce_if.c273 sc->flags |= OCE_FLAGS_BE2; in oce_probe()