Home
last modified time | relevance | path

Searched refs:OCE_FLAGS_BE3 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/oce/
H A Doce_if.h109 #define IS_BE(sc) (((sc->flags & OCE_FLAGS_BE3) | \
111 #define IS_BE3(sc) (sc->flags & OCE_FLAGS_BE3)
779 #define OCE_FLAGS_BE3 0x00000200 macro
H A Doce_hw.c130 if ((IS_BE(sc) && (sc->flags & OCE_FLAGS_BE3)) || IS_SH(sc)) { in oce_hw_init()
H A Doce_if.c276 sc->flags |= OCE_FLAGS_BE3; in oce_probe()
2767 if((sc->flags & OCE_FLAGS_BE3) && ((sc->asic_revision & 0xFF) < 2)) { in is_be3_a1()