Symbol: MVSWITCH
sys/dev/etherswitch/e6000sw/e6000sw.c
350
if (speed == 2500 && (MVSWITCH(sc, MV88E6141) ||
sys/dev/etherswitch/e6000sw/e6000sw.c
351
MVSWITCH(sc, MV88E6341) || MVSWITCH(sc, MV88E6190) || MVSWITCH(sc, MV88E6190X)))
sys/dev/etherswitch/e6000sw/e6000sw.c
615
if ((MVSWITCH(sc, MV88E6190) ||
sys/dev/etherswitch/e6000sw/e6000sw.c
616
MVSWITCH(sc, MV88E6190X)) &&
sys/dev/etherswitch/e6000sw/e6000sw.c
622
if (!MVSWITCH(sc, MV88E6190) &&
sys/dev/etherswitch/e6000sw/e6000sw.c
623
!MVSWITCH(sc, MV88E6190X))
sys/dev/etherswitch/e6000sw/e6000sw.c
625
if (MVSWITCH(sc, MV88E6141) ||
sys/dev/etherswitch/e6000sw/e6000sw.c
626
MVSWITCH(sc, MV88E6341) ||
sys/dev/etherswitch/e6000sw/e6000sw.c
627
MVSWITCH(sc, MV88E6190) ||
sys/dev/etherswitch/e6000sw/e6000sw.c
628
MVSWITCH(sc, MV88E6190X))
sys/dev/etherswitch/e6000sw/e6000sw.c
633
if ((MVSWITCH(sc, MV88E6190) ||
sys/dev/etherswitch/e6000sw/e6000sw.c
634
MVSWITCH(sc, MV88E6190X)) &&
sys/dev/etherswitch/e6000sw/e6000swreg.h
142
#define VTU_FID_MASK(_sc) ((MVSWITCH((_sc), MV88E6190) || MVSWITCH((_sc), MV88E6190X)) ? 0xfff : 0xff)
sys/dev/etherswitch/e6000sw/e6000swreg.h
148
#define VTU_PPREG(_sc) ((MVSWITCH((_sc), MV88E6190) || MVSWITCH((_sc), MV88E6190X)) ? 8 : 4)
sys/dev/etherswitch/e6000sw/e6000swreg.h
178
#define ATU_PORT_MASK(_sc) ((MVSWITCH((_sc), MV88E6190) || MVSWITCH((_sc), MV88E6190X)) ? 0xfff0 : 0xff0)
sys/dev/etherswitch/e6000sw/e6000swreg.h
60
#define REG_PORT(_sc, p) (((MVSWITCH((_sc), MV88E6190) || MVSWITCH((_sc), MV88E6190X)) ? 0 : 0x10) + (p))