Symbol: MVSWITCH
sys/dev/etherswitch/e6000sw/e6000sw.c
354
if (speed == 2500 && (MVSWITCH(sc, MV88E6141) ||
sys/dev/etherswitch/e6000sw/e6000sw.c
355
MVSWITCH(sc, MV88E6341) || MVSWITCH(sc, MV88E6190) || MVSWITCH(sc, MV88E6190X)))
sys/dev/etherswitch/e6000sw/e6000sw.c
621
if ((MVSWITCH(sc, MV88E6190) ||
sys/dev/etherswitch/e6000sw/e6000sw.c
622
MVSWITCH(sc, MV88E6190X)) &&
sys/dev/etherswitch/e6000sw/e6000sw.c
628
if (!MVSWITCH(sc, MV88E6190) &&
sys/dev/etherswitch/e6000sw/e6000sw.c
629
!MVSWITCH(sc, MV88E6190X))
sys/dev/etherswitch/e6000sw/e6000sw.c
631
if (MVSWITCH(sc, MV88E6141) ||
sys/dev/etherswitch/e6000sw/e6000sw.c
632
MVSWITCH(sc, MV88E6341) ||
sys/dev/etherswitch/e6000sw/e6000sw.c
633
MVSWITCH(sc, MV88E6190) ||
sys/dev/etherswitch/e6000sw/e6000sw.c
634
MVSWITCH(sc, MV88E6190X))
sys/dev/etherswitch/e6000sw/e6000sw.c
639
if ((MVSWITCH(sc, MV88E6190) ||
sys/dev/etherswitch/e6000sw/e6000sw.c
640
MVSWITCH(sc, MV88E6190X)) &&
sys/dev/etherswitch/e6000sw/e6000swreg.h
143
#define VTU_FID_MASK(_sc) ((MVSWITCH((_sc), MV88E6190) || MVSWITCH((_sc), MV88E6190X)) ? 0xfff : 0xff)
sys/dev/etherswitch/e6000sw/e6000swreg.h
149
#define VTU_PPREG(_sc) ((MVSWITCH((_sc), MV88E6190) || MVSWITCH((_sc), MV88E6190X)) ? 8 : 4)
sys/dev/etherswitch/e6000sw/e6000swreg.h
179
#define ATU_PORT_MASK(_sc) ((MVSWITCH((_sc), MV88E6190) || MVSWITCH((_sc), MV88E6190X)) ? 0xfff0 : 0xff0)
sys/dev/etherswitch/e6000sw/e6000swreg.h
61
#define REG_PORT(_sc, p) (((MVSWITCH((_sc), MV88E6190) || MVSWITCH((_sc), MV88E6190X)) ? 0 : 0x10) + (p))