Searched refs:ETHERSWITCH_CONF_VLAN_MODE (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/etherswitch/
H A Detherswitch.h49 #define ETHERSWITCH_CONF_VLAN_MODE (1 << 2) macro
/freebsd-10-stable/sbin/etherswitchcfg/
H A Detherswitchcfg.c371 conf.cmd = ETHERSWITCH_CONF_VLAN_MODE;
401 if (cfg->conf.cmd & ETHERSWITCH_CONF_VLAN_MODE) {
/freebsd-10-stable/sys/dev/etherswitch/arswitch/
H A Darswitch.c644 conf->cmd = ETHERSWITCH_CONF_VLAN_MODE;
659 if (conf->cmd & ETHERSWITCH_CONF_VLAN_MODE) {
/freebsd-10-stable/sys/dev/etherswitch/ip17x/
H A Dip17x.c551 conf->cmd = ETHERSWITCH_CONF_VLAN_MODE;
565 if (conf->cmd & ETHERSWITCH_CONF_VLAN_MODE)

Completed in 358 milliseconds