OCE_FLAGS_BE3
if ((IS_BE(sc) && (sc->flags & OCE_FLAGS_BE3)) || IS_SH(sc)) {
if((sc->flags & OCE_FLAGS_BE3) && ((sc->asic_revision & 0xFF) < 2)) {
sc->flags |= OCE_FLAGS_BE3;
#define IS_BE(sc) (((sc->flags & OCE_FLAGS_BE3) | \
#define IS_BE3(sc) (sc->flags & OCE_FLAGS_BE3)