Symbol: ETHERSWITCH_CONF_VLAN_MODE
sbin/etherswitchcfg/etherswitchcfg.c
444
conf.cmd = ETHERSWITCH_CONF_VLAN_MODE;
sbin/etherswitchcfg/etherswitchcfg.c
537
if (cfg->conf.cmd & ETHERSWITCH_CONF_VLAN_MODE) {
sys/arm/ti/cpsw/if_cpsw.c
2884
conf->cmd = ETHERSWITCH_CONF_VLAN_MODE;
sys/dev/etherswitch/ar40xx/ar40xx_main.c
786
conf->cmd = ETHERSWITCH_CONF_VLAN_MODE;
sys/dev/etherswitch/ar40xx/ar40xx_main.c
811
if (conf->cmd & ETHERSWITCH_CONF_VLAN_MODE) {
sys/dev/etherswitch/arswitch/arswitch.c
1119
conf->cmd = ETHERSWITCH_CONF_VLAN_MODE;
sys/dev/etherswitch/arswitch/arswitch.c
1141
if (conf->cmd & ETHERSWITCH_CONF_VLAN_MODE) {
sys/dev/etherswitch/e6000sw/e6000sw.c
914
conf->cmd = ETHERSWITCH_CONF_VLAN_MODE;
sys/dev/etherswitch/e6000sw/e6000sw.c
927
if (conf->cmd & ETHERSWITCH_CONF_VLAN_MODE) {
sys/dev/etherswitch/e6000sw/e6060sw.c
737
conf->cmd = ETHERSWITCH_CONF_VLAN_MODE;
sys/dev/etherswitch/e6000sw/e6060sw.c
846
if (conf->cmd & ETHERSWITCH_CONF_VLAN_MODE) {
sys/dev/etherswitch/felix/felix.c
535
conf->cmd = ETHERSWITCH_CONF_VLAN_MODE;
sys/dev/etherswitch/felix/felix.c
592
if (conf->cmd & ETHERSWITCH_CONF_VLAN_MODE) {
sys/dev/etherswitch/infineon/adm6996fc.c
613
conf->cmd = ETHERSWITCH_CONF_VLAN_MODE;
sys/dev/etherswitch/infineon/adm6996fc.c
631
if ((conf->cmd & ETHERSWITCH_CONF_VLAN_MODE) == 0)
sys/dev/etherswitch/ip17x/ip17x.c
581
conf->cmd = ETHERSWITCH_CONF_VLAN_MODE;
sys/dev/etherswitch/ip17x/ip17x.c
595
if (conf->cmd & ETHERSWITCH_CONF_VLAN_MODE)
sys/dev/etherswitch/micrel/ksz8995ma.c
689
conf->cmd = ETHERSWITCH_CONF_VLAN_MODE;
sys/dev/etherswitch/micrel/ksz8995ma.c
719
if ((conf->cmd & ETHERSWITCH_CONF_VLAN_MODE) == 0)
sys/dev/etherswitch/mtkswitch/mtkswitch.c
546
conf->cmd = ETHERSWITCH_CONF_VLAN_MODE;
sys/dev/etherswitch/mtkswitch/mtkswitch.c
561
if (conf->cmd & ETHERSWITCH_CONF_VLAN_MODE) {
sys/dev/etherswitch/rtl8366/rtl8366rb.c
814
conf->cmd = ETHERSWITCH_CONF_VLAN_MODE;