Home
last modified time | relevance | path

Searched refs:etherswitch_vlangroup_t (Results 1 – 24 of 24) sorted by relevance

/freebsd/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) in ip17x_getvgroup()
140 ip17x_setvgroup(device_t dev, etherswitch_vlangroup_t *vg) in ip17x_setvgroup()
/freebsd/sys/dev/etherswitch/
H A Detherswitch.h104 typedef struct etherswitch_vlangroup etherswitch_vlangroup_t; typedef
135 #define IOETHERSWITCHGETVLANGROUP _IOWR('i', 6, etherswitch_vlangroup_t)
136 #define IOETHERSWITCHSETVLANGROUP _IOW('i', 7, etherswitch_vlangroup_t)
H A Detherswitch.c175 error = ETHERSWITCH_GETVGROUP(etherswitch, (etherswitch_vlangroup_t *)data); in etherswitchioctl()
179 error = ETHERSWITCH_SETVGROUP(etherswitch, (etherswitch_vlangroup_t *)data); in etherswitchioctl()
H A Detherswitch_if.m156 etherswitch_vlangroup_t *vg;
164 etherswitch_vlangroup_t *vg;
/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitch_vlans.h33 int ar8xxx_getvgroup(struct arswitch_softc *, etherswitch_vlangroup_t *);
34 int ar8xxx_setvgroup(struct arswitch_softc *, etherswitch_vlangroup_t *);
H A Darswitchvar.h119 etherswitch_vlangroup_t *);
121 etherswitch_vlangroup_t *);
H A Darswitch_vlans.c264 ar8xxx_getvgroup(struct arswitch_softc *sc, etherswitch_vlangroup_t *vg) in ar8xxx_getvgroup()
311 ar8xxx_setvgroup(struct arswitch_softc *sc, etherswitch_vlangroup_t *vg) in ar8xxx_setvgroup()
H A Darswitch_8327.c998 ar8327_vlan_getvgroup(struct arswitch_softc *sc, etherswitch_vlangroup_t *vg) in ar8327_vlan_getvgroup()
1005 ar8327_vlan_setvgroup(struct arswitch_softc *sc, etherswitch_vlangroup_t *vg) in ar8327_vlan_setvgroup()
H A Darswitch.c1233 arswitch_getvgroup(device_t dev, etherswitch_vlangroup_t *e) in arswitch_getvgroup()
1241 arswitch_setvgroup(device_t dev, etherswitch_vlangroup_t *e) in arswitch_setvgroup()
/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitchvar.h96 etherswitch_vlangroup_t *);
98 etherswitch_vlangroup_t *);
H A Dmtkswitch_rt3050.c347 mtkswitch_vlan_getvgroup(struct mtkswitch_softc *sc, etherswitch_vlangroup_t *v) in mtkswitch_vlan_getvgroup()
394 mtkswitch_vlan_setvgroup(struct mtkswitch_softc *sc, etherswitch_vlangroup_t *v) in mtkswitch_vlan_setvgroup()
H A Dmtkswitch_mt7620.c392 mtkswitch_vlan_getvgroup(struct mtkswitch_softc *sc, etherswitch_vlangroup_t *v) in mtkswitch_vlan_getvgroup()
447 mtkswitch_vlan_setvgroup(struct mtkswitch_softc *sc, etherswitch_vlangroup_t *v) in mtkswitch_vlan_setvgroup()
H A Dmtkswitch.c571 mtkswitch_getvgroup(device_t dev, etherswitch_vlangroup_t *e) in mtkswitch_getvgroup()
579 mtkswitch_setvgroup(device_t dev, etherswitch_vlangroup_t *e) in mtkswitch_setvgroup()
/freebsd/sys/dev/etherswitch/e6000sw/
H A De6000sw.c136 static int e6000sw_getvgroup_wrapper(device_t, etherswitch_vlangroup_t *);
137 static int e6000sw_setvgroup_wrapper(device_t, etherswitch_vlangroup_t *);
138 static int e6000sw_setvgroup(device_t, etherswitch_vlangroup_t *);
139 static int e6000sw_getvgroup(device_t, etherswitch_vlangroup_t *);
1191 e6000sw_setvgroup_wrapper(device_t dev, etherswitch_vlangroup_t *vg)
1207 e6000sw_getvgroup_wrapper(device_t dev, etherswitch_vlangroup_t *vg)
1223 e6000sw_set_port_vlan(e6000sw_softc_t *sc, etherswitch_vlangroup_t *vg)
1243 e6000sw_set_dot1q_vlan(e6000sw_softc_t *sc, etherswitch_vlangroup_t *vg)
1271 e6000sw_setvgroup(device_t dev, etherswitch_vlangroup_t *vg)
1287 e6000sw_get_port_vlan(e6000sw_softc_t *sc, etherswitch_vlangroup_t *vg)
[all …]
H A De6060sw.c544 e6060sw_getvgroup(device_t dev, etherswitch_vlangroup_t *vg) in e6060sw_getvgroup()
598 e6060sw_setvgroup(device_t dev, etherswitch_vlangroup_t *vg) in e6060sw_setvgroup()
/freebsd/sys/dev/etherswitch/felix/
H A Dfelix.c80 static int felix_setvgroup(device_t, etherswitch_vlangroup_t *);
81 static int felix_getvgroup(device_t, etherswitch_vlangroup_t *);
809 felix_set_dot1q_vlan(felix_softc_t sc, etherswitch_vlangroup_t *vg) in felix_set_dot1q_vlan()
867 felix_setvgroup(device_t dev, etherswitch_vlangroup_t *vg) in felix_setvgroup()
885 felix_get_dot1q_vlan(felix_softc_t sc, etherswitch_vlangroup_t *vg) in felix_get_dot1q_vlan()
919 felix_getvgroup(device_t dev, etherswitch_vlangroup_t *vg) in felix_getvgroup()
/freebsd/sbin/etherswitchcfg/
H A Detherswitchcfg.c334 etherswitch_vlangroup_t vg; in set_vlangroup_vid()
355 etherswitch_vlangroup_t vg; in set_vlangroup_members()
618 etherswitch_vlangroup_t vg; in print_vlangroup()
/freebsd/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c411 ukswitch_getvgroup(device_t dev, etherswitch_vlangroup_t *vg) in ukswitch_getvgroup()
423 ukswitch_setvgroup(device_t dev, etherswitch_vlangroup_t *vg) in ukswitch_setvgroup()
/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_main.c669 ar40xx_getvgroup(device_t dev, etherswitch_vlangroup_t *vg) in ar40xx_getvgroup()
718 ar40xx_setvgroup(device_t dev, etherswitch_vlangroup_t *vg) in ar40xx_setvgroup()
/freebsd/sys/dev/etherswitch/infineon/
H A Dadm6996fc.c537 adm6996fc_getvgroup(device_t dev, etherswitch_vlangroup_t *vg) in adm6996fc_getvgroup()
584 adm6996fc_setvgroup(device_t dev, etherswitch_vlangroup_t *vg) in adm6996fc_setvgroup()
/freebsd/sys/dev/etherswitch/micrel/
H A Dksz8995ma.c603 ksz8995ma_getvgroup(device_t dev, etherswitch_vlangroup_t *vg) in ksz8995ma_getvgroup()
646 ksz8995ma_setvgroup(device_t dev, etherswitch_vlangroup_t *vg) in ksz8995ma_setvgroup()
/freebsd/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c740 rtl_getvgroup(device_t dev, etherswitch_vlangroup_t *vg) in rtl_getvgroup()
767 rtl_setvgroup(device_t dev, etherswitch_vlangroup_t *vg) in rtl_setvgroup()
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpsw.c160 static int cpsw_getvgroup(device_t, etherswitch_vlangroup_t *);
161 static int cpsw_setvgroup(device_t, etherswitch_vlangroup_t *);
2891 cpsw_getvgroup(device_t dev, etherswitch_vlangroup_t *vg) in cpsw_getvgroup()
2942 cpsw_setvgroup(device_t dev, etherswitch_vlangroup_t *vg) in cpsw_setvgroup()