Symbol: etherswitch_conf_t
sbin/etherswitchcfg/etherswitchcfg.c
438
etherswitch_conf_t conf;
sbin/etherswitchcfg/etherswitchcfg.c
71
etherswitch_conf_t conf;
sys/arm/ti/cpsw/if_cpsw.c
159
static int cpsw_getconf(device_t, etherswitch_conf_t *);
sys/arm/ti/cpsw/if_cpsw.c
2880
cpsw_getconf(device_t dev, etherswitch_conf_t *conf)
sys/dev/etherswitch/ar40xx/ar40xx_main.c
778
ar40xx_getconf(device_t dev, etherswitch_conf_t *conf)
sys/dev/etherswitch/ar40xx/ar40xx_main.c
806
ar40xx_setconf(device_t dev, etherswitch_conf_t *conf)
sys/dev/etherswitch/arswitch/arswitch.c
1111
arswitch_getconf(device_t dev, etherswitch_conf_t *conf)
sys/dev/etherswitch/arswitch/arswitch.c
1133
arswitch_setconf(device_t dev, etherswitch_conf_t *conf)
sys/dev/etherswitch/e6000sw/e6000sw.c
128
static int e6000sw_getconf(device_t, etherswitch_conf_t *);
sys/dev/etherswitch/e6000sw/e6000sw.c
129
static int e6000sw_setconf(device_t, etherswitch_conf_t *);
sys/dev/etherswitch/e6000sw/e6000sw.c
908
e6000sw_getconf(device_t dev, etherswitch_conf_t *conf)
sys/dev/etherswitch/e6000sw/e6000sw.c
921
e6000sw_setconf(device_t dev, etherswitch_conf_t *conf)
sys/dev/etherswitch/e6000sw/e6060sw.c
730
e6060sw_getconf(device_t dev, etherswitch_conf_t *conf)
sys/dev/etherswitch/e6000sw/e6060sw.c
839
e6060sw_setconf(device_t dev, etherswitch_conf_t *conf)
sys/dev/etherswitch/etherswitch.c
139
etherswitch_conf_t conf;
sys/dev/etherswitch/etherswitch.c
193
bzero(&conf, sizeof(etherswitch_conf_t));
sys/dev/etherswitch/etherswitch.c
195
bcopy(&conf, data, sizeof(etherswitch_conf_t));
sys/dev/etherswitch/etherswitch.c
199
error = ETHERSWITCH_SETCONF(etherswitch, (etherswitch_conf_t *)data);
sys/dev/etherswitch/etherswitch.h
139
#define IOETHERSWITCHGETCONF _IOR('i', 10, etherswitch_conf_t)
sys/dev/etherswitch/etherswitch.h
140
#define IOETHERSWITCHSETCONF _IOW('i', 11, etherswitch_conf_t)
sys/dev/etherswitch/felix/felix.c
528
felix_getconf(device_t dev, etherswitch_conf_t *conf)
sys/dev/etherswitch/felix/felix.c
583
felix_setconf(device_t dev, etherswitch_conf_t *conf)
sys/dev/etherswitch/felix/felix.c
70
static int felix_getconf(device_t, etherswitch_conf_t *);
sys/dev/etherswitch/felix/felix.c
71
static int felix_setconf(device_t, etherswitch_conf_t *);
sys/dev/etherswitch/infineon/adm6996fc.c
606
adm6996fc_getconf(device_t dev, etherswitch_conf_t *conf)
sys/dev/etherswitch/infineon/adm6996fc.c
620
adm6996fc_setconf(device_t dev, etherswitch_conf_t *conf)
sys/dev/etherswitch/ip17x/ip17x.c
574
ip17x_getconf(device_t dev, etherswitch_conf_t *conf)
sys/dev/etherswitch/ip17x/ip17x.c
588
ip17x_setconf(device_t dev, etherswitch_conf_t *conf)
sys/dev/etherswitch/micrel/ksz8995ma.c
682
ksz8995ma_getconf(device_t dev, etherswitch_conf_t *conf)
sys/dev/etherswitch/micrel/ksz8995ma.c
712
ksz8995ma_setconf(device_t dev, etherswitch_conf_t *conf)
sys/dev/etherswitch/mtkswitch/mtkswitch.c
539
mtkswitch_getconf(device_t dev, etherswitch_conf_t *conf)
sys/dev/etherswitch/mtkswitch/mtkswitch.c
553
mtkswitch_setconf(device_t dev, etherswitch_conf_t *conf)
sys/dev/etherswitch/rtl8366/rtl8366rb.c
810
rtl_getconf(device_t dev, etherswitch_conf_t *conf)