Searched refs:etherswitch_vlangroup_t (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_vlans.h33 int arswitch_getvgroup(device_t, etherswitch_vlangroup_t *);
34 int arswitch_setvgroup(device_t, etherswitch_vlangroup_t *);
H A Darswitch_vlans.c255 arswitch_getvgroup(device_t dev, etherswitch_vlangroup_t *vg)
301 arswitch_setvgroup(device_t dev, etherswitch_vlangroup_t *vg)
/freebsd-10-stable/sys/dev/etherswitch/ip17x/
H A Dip17x_vlans.h33 int ip17x_getvgroup(device_t, etherswitch_vlangroup_t *);
34 int ip17x_setvgroup(device_t, etherswitch_vlangroup_t *);
H A Dip17x_vlans.c110 ip17x_getvgroup(device_t dev, etherswitch_vlangroup_t *vg)
140 ip17x_setvgroup(device_t dev, etherswitch_vlangroup_t *vg)
/freebsd-10-stable/sys/dev/etherswitch/
H A Detherswitch.h87 typedef struct etherswitch_vlangroup etherswitch_vlangroup_t; typedef in typeref:struct:etherswitch_vlangroup
96 #define IOETHERSWITCHGETVLANGROUP _IOWR('i', 6, etherswitch_vlangroup_t)
97 #define IOETHERSWITCHSETVLANGROUP _IOW('i', 7, etherswitch_vlangroup_t)
H A Detherswitch.c238 error = ETHERSWITCH_GETVGROUP(etherswitch, (etherswitch_vlangroup_t *)data);
242 error = ETHERSWITCH_SETVGROUP(etherswitch, (etherswitch_vlangroup_t *)data);
/freebsd-10-stable/sbin/etherswitchcfg/
H A Detherswitchcfg.c274 etherswitch_vlangroup_t vg;
290 etherswitch_vlangroup_t vg;
468 etherswitch_vlangroup_t vg;
/freebsd-10-stable/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c406 ukswitch_getvgroup(device_t dev, etherswitch_vlangroup_t *vg)
418 ukswitch_setvgroup(device_t dev, etherswitch_vlangroup_t *vg)
/freebsd-10-stable/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c614 rtl_getvgroup(device_t dev, etherswitch_vlangroup_t *vg)
630 rtl_setvgroup(device_t dev, etherswitch_vlangroup_t *vg)

Completed in 117 milliseconds