Searched refs:etherswitch_conf_t (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/dev/etherswitch/
H A Detherswitch.h58 typedef struct etherswitch_conf etherswitch_conf_t; typedef in typeref:struct:etherswitch_conf
140 #define IOETHERSWITCHGETCONF _IOR('i', 10, etherswitch_conf_t)
141 #define IOETHERSWITCHSETCONF _IOW('i', 11, etherswitch_conf_t)
H A Detherswitch.c143 etherswitch_conf_t conf;
197 bzero(&conf, sizeof(etherswitch_conf_t));
199 bcopy(&conf, data, sizeof(etherswitch_conf_t));
203 error = ETHERSWITCH_SETCONF(etherswitch, (etherswitch_conf_t *)data);
/freebsd-13-stable/sys/dev/etherswitch/ip17x/
H A Dip17x.c583 ip17x_getconf(device_t dev, etherswitch_conf_t *conf)
597 ip17x_setconf(device_t dev, etherswitch_conf_t *conf)
/freebsd-13-stable/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch.c549 mtkswitch_getconf(device_t dev, etherswitch_conf_t *conf)
563 mtkswitch_setconf(device_t dev, etherswitch_conf_t *conf)
/freebsd-13-stable/sys/dev/etherswitch/e6000sw/
H A De6000sw.c114 static int e6000sw_getconf(device_t, etherswitch_conf_t *);
115 static int e6000sw_setconf(device_t, etherswitch_conf_t *);
736 e6000sw_getconf(device_t dev, etherswitch_conf_t *conf)
749 e6000sw_setconf(device_t dev, etherswitch_conf_t *conf)
H A De6060sw.c741 e6060sw_getconf(device_t dev, etherswitch_conf_t *conf)
850 e6060sw_setconf(device_t dev, etherswitch_conf_t *conf)
/freebsd-13-stable/sbin/etherswitchcfg/
H A Detherswitchcfg.c75 etherswitch_conf_t conf;
440 etherswitch_conf_t conf;
/freebsd-13-stable/sys/dev/etherswitch/infineon/
H A Dadm6996fc.c629 adm6996fc_getconf(device_t dev, etherswitch_conf_t *conf)
643 adm6996fc_setconf(device_t dev, etherswitch_conf_t *conf)
/freebsd-13-stable/sys/dev/etherswitch/micrel/
H A Dksz8995ma.c705 ksz8995ma_getconf(device_t dev, etherswitch_conf_t *conf)
735 ksz8995ma_setconf(device_t dev, etherswitch_conf_t *conf)
/freebsd-13-stable/sys/dev/etherswitch/arswitch/
H A Darswitch.c1152 arswitch_getconf(device_t dev, etherswitch_conf_t *conf)
1174 arswitch_setconf(device_t dev, etherswitch_conf_t *conf)
/freebsd-13-stable/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c819 rtl_getconf(device_t dev, etherswitch_conf_t *conf)
/freebsd-13-stable/sys/arm/ti/cpsw/
H A Dif_cpsw.c161 static int cpsw_getconf(device_t, etherswitch_conf_t *);
2896 cpsw_getconf(device_t dev, etherswitch_conf_t *conf)

Completed in 207 milliseconds