Home
last modified time | relevance | path

Searched refs:etherswitch_conf_t (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/etherswitch/
H A Detherswitch.c139 etherswitch_conf_t conf; in etherswitchioctl()
193 bzero(&conf, sizeof(etherswitch_conf_t)); in etherswitchioctl()
195 bcopy(&conf, data, sizeof(etherswitch_conf_t)); in etherswitchioctl()
199 error = ETHERSWITCH_SETCONF(etherswitch, (etherswitch_conf_t *)data); in etherswitchioctl()
H A Detherswitch.h56 typedef struct etherswitch_conf etherswitch_conf_t; typedef
139 #define IOETHERSWITCHGETCONF _IOR('i', 10, etherswitch_conf_t)
140 #define IOETHERSWITCHSETCONF _IOW('i', 11, etherswitch_conf_t)
H A Detherswitch_if.m27 null_etherswitch_getconf(device_t dev, etherswitch_conf_t *conf)
33 null_etherswitch_setconf(device_t dev, etherswitch_conf_t *conf)
172 etherswitch_conf_t *conf;
180 etherswitch_conf_t *conf;
/freebsd/sys/dev/etherswitch/felix/
H A Dfelix.c70 static int felix_getconf(device_t, etherswitch_conf_t *);
71 static int felix_setconf(device_t, etherswitch_conf_t *);
528 felix_getconf(device_t dev, etherswitch_conf_t *conf) in felix_getconf()
583 felix_setconf(device_t dev, etherswitch_conf_t *conf) in felix_setconf()
/freebsd/sys/dev/etherswitch/ip17x/
H A Dip17x.c574 ip17x_getconf(device_t dev, etherswitch_conf_t *conf) in ip17x_getconf()
588 ip17x_setconf(device_t dev, etherswitch_conf_t *conf) in ip17x_setconf()
/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch.c539 mtkswitch_getconf(device_t dev, etherswitch_conf_t *conf) in mtkswitch_getconf()
553 mtkswitch_setconf(device_t dev, etherswitch_conf_t *conf) in mtkswitch_setconf()
/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_main.c778 ar40xx_getconf(device_t dev, etherswitch_conf_t *conf) in ar40xx_getconf()
806 ar40xx_setconf(device_t dev, etherswitch_conf_t *conf) in ar40xx_setconf()
/freebsd/sys/dev/etherswitch/e6000sw/
H A De6000sw.c127 static int e6000sw_getconf(device_t, etherswitch_conf_t *);
128 static int e6000sw_setconf(device_t, etherswitch_conf_t *);
882 e6000sw_getconf(device_t dev, etherswitch_conf_t *conf)
895 e6000sw_setconf(device_t dev, etherswitch_conf_t *conf)
H A De6060sw.c730 e6060sw_getconf(device_t dev, etherswitch_conf_t *conf) in e6060sw_getconf()
839 e6060sw_setconf(device_t dev, etherswitch_conf_t *conf) in e6060sw_setconf()
/freebsd/sbin/etherswitchcfg/
H A Detherswitchcfg.c71 etherswitch_conf_t conf;
438 etherswitch_conf_t conf; in set_vlan_mode()
/freebsd/sys/dev/etherswitch/infineon/
H A Dadm6996fc.c606 adm6996fc_getconf(device_t dev, etherswitch_conf_t *conf) in adm6996fc_getconf()
620 adm6996fc_setconf(device_t dev, etherswitch_conf_t *conf) in adm6996fc_setconf()
/freebsd/sys/dev/etherswitch/micrel/
H A Dksz8995ma.c682 ksz8995ma_getconf(device_t dev, etherswitch_conf_t *conf) in ksz8995ma_getconf()
712 ksz8995ma_setconf(device_t dev, etherswitch_conf_t *conf) in ksz8995ma_setconf()
/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitch.c1111 arswitch_getconf(device_t dev, etherswitch_conf_t *conf) in arswitch_getconf()
1133 arswitch_setconf(device_t dev, etherswitch_conf_t *conf) in arswitch_setconf()
/freebsd/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c810 rtl_getconf(device_t dev, etherswitch_conf_t *conf) in rtl_getconf()
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpsw.c159 static int cpsw_getconf(device_t, etherswitch_conf_t *);
2880 cpsw_getconf(device_t dev, etherswitch_conf_t *conf) in cpsw_getconf()