Searched refs:etherswitch_conf_t (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/dev/etherswitch/ |
H A D | etherswitch.c | 139 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 D | etherswitch.h | 56 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 D | etherswitch_if.m | 27 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 D | felix.c | 70 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 D | ip17x.c | 574 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 D | mtkswitch.c | 539 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 D | ar40xx_main.c | 778 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 D | e6000sw.c | 127 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 D | e6060sw.c | 730 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 D | etherswitchcfg.c | 71 etherswitch_conf_t conf; 438 etherswitch_conf_t conf; in set_vlan_mode()
|
/freebsd/sys/dev/etherswitch/infineon/ |
H A D | adm6996fc.c | 606 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 D | ksz8995ma.c | 682 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 D | arswitch.c | 1111 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 D | rtl8366rb.c | 810 rtl_getconf(device_t dev, etherswitch_conf_t *conf) in rtl_getconf()
|
/freebsd/sys/arm/ti/cpsw/ |
H A D | if_cpsw.c | 159 static int cpsw_getconf(device_t, etherswitch_conf_t *); 2880 cpsw_getconf(device_t dev, etherswitch_conf_t *conf) in cpsw_getconf()
|