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

/freebsd-10-stable/sys/dev/etherswitch/
H A Detherswitch.h55 typedef struct etherswitch_conf etherswitch_conf_t; typedef in typeref:struct:etherswitch_conf
100 #define IOETHERSWITCHGETCONF _IOR('i', 10, etherswitch_conf_t)
101 #define IOETHERSWITCHSETCONF _IOW('i', 11, etherswitch_conf_t)
H A Detherswitch.c203 etherswitch_conf_t conf;
256 bzero(&conf, sizeof(etherswitch_conf_t));
258 bcopy(&conf, data, sizeof(etherswitch_conf_t));
262 error = ETHERSWITCH_SETCONF(etherswitch, (etherswitch_conf_t *)data);
/freebsd-10-stable/sbin/etherswitchcfg/
H A Detherswitchcfg.c72 etherswitch_conf_t conf;
368 etherswitch_conf_t conf;
/freebsd-10-stable/sys/dev/etherswitch/arswitch/
H A Darswitch.c637 arswitch_getconf(device_t dev, etherswitch_conf_t *conf)
651 arswitch_setconf(device_t dev, etherswitch_conf_t *conf)
/freebsd-10-stable/sys/dev/etherswitch/ip17x/
H A Dip17x.c544 ip17x_getconf(device_t dev, etherswitch_conf_t *conf)
558 ip17x_setconf(device_t dev, etherswitch_conf_t *conf)

Completed in 101 milliseconds