etherswitch_conf_t
etherswitch_conf_t conf;
etherswitch_conf_t conf;
static int cpsw_getconf(device_t, etherswitch_conf_t *);
cpsw_getconf(device_t dev, etherswitch_conf_t *conf)
ar40xx_getconf(device_t dev, etherswitch_conf_t *conf)
ar40xx_setconf(device_t dev, etherswitch_conf_t *conf)
arswitch_getconf(device_t dev, etherswitch_conf_t *conf)
arswitch_setconf(device_t dev, etherswitch_conf_t *conf)
static int e6000sw_getconf(device_t, etherswitch_conf_t *);
static int e6000sw_setconf(device_t, etherswitch_conf_t *);
e6000sw_getconf(device_t dev, etherswitch_conf_t *conf)
e6000sw_setconf(device_t dev, etherswitch_conf_t *conf)
e6060sw_getconf(device_t dev, etherswitch_conf_t *conf)
e6060sw_setconf(device_t dev, etherswitch_conf_t *conf)
etherswitch_conf_t conf;
bzero(&conf, sizeof(etherswitch_conf_t));
bcopy(&conf, data, sizeof(etherswitch_conf_t));
error = ETHERSWITCH_SETCONF(etherswitch, (etherswitch_conf_t *)data);
#define IOETHERSWITCHGETCONF _IOR('i', 10, etherswitch_conf_t)
#define IOETHERSWITCHSETCONF _IOW('i', 11, etherswitch_conf_t)
felix_getconf(device_t dev, etherswitch_conf_t *conf)
felix_setconf(device_t dev, etherswitch_conf_t *conf)
static int felix_getconf(device_t, etherswitch_conf_t *);
static int felix_setconf(device_t, etherswitch_conf_t *);
adm6996fc_getconf(device_t dev, etherswitch_conf_t *conf)
adm6996fc_setconf(device_t dev, etherswitch_conf_t *conf)
ip17x_getconf(device_t dev, etherswitch_conf_t *conf)
ip17x_setconf(device_t dev, etherswitch_conf_t *conf)
ksz8995ma_getconf(device_t dev, etherswitch_conf_t *conf)
ksz8995ma_setconf(device_t dev, etherswitch_conf_t *conf)
mtkswitch_getconf(device_t dev, etherswitch_conf_t *conf)
mtkswitch_setconf(device_t dev, etherswitch_conf_t *conf)
rtl_getconf(device_t dev, etherswitch_conf_t *conf)