Home
last modified time | relevance | path

Searched refs:ETHERSWITCH_CONF_SWITCH_MACADDR (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/etherswitch/
H A Detherswitch.h49 #define ETHERSWITCH_CONF_SWITCH_MACADDR (1 << 3) macro
/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_main.c792 conf->cmd |= ETHERSWITCH_CONF_SWITCH_MACADDR; in ar40xx_getconf()
817 if (conf->cmd & ETHERSWITCH_CONF_SWITCH_MACADDR) { in ar40xx_setconf()
/freebsd/sbin/etherswitchcfg/
H A Detherswitchcfg.c561 if (cfg->conf.cmd & ETHERSWITCH_CONF_SWITCH_MACADDR) { in print_config()
/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitch.c1126 conf->cmd |= ETHERSWITCH_CONF_SWITCH_MACADDR; in arswitch_getconf()