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

/freebsd-13-stable/sys/dev/etherswitch/ip17x/
H A Dip17x_vlans.h35 int ip17x_getvgroup(device_t, etherswitch_vlangroup_t *);
36 int ip17x_setvgroup(device_t, etherswitch_vlangroup_t *);
H A Dip17x_vlans.c112 ip17x_getvgroup(device_t dev, etherswitch_vlangroup_t *vg)
142 ip17x_setvgroup(device_t dev, etherswitch_vlangroup_t *vg)
/freebsd-13-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_vlans.h35 int ar8xxx_getvgroup(struct arswitch_softc *, etherswitch_vlangroup_t *);
36 int ar8xxx_setvgroup(struct arswitch_softc *, etherswitch_vlangroup_t *);
H A Darswitchvar.h124 etherswitch_vlangroup_t *);
126 etherswitch_vlangroup_t *);
H A Darswitch_vlans.c266 ar8xxx_getvgroup(struct arswitch_softc *sc, etherswitch_vlangroup_t *vg)
313 ar8xxx_setvgroup(struct arswitch_softc *sc, etherswitch_vlangroup_t *vg)
H A Darswitch_8327.c1000 ar8327_vlan_getvgroup(struct arswitch_softc *sc, etherswitch_vlangroup_t *vg)
1007 ar8327_vlan_setvgroup(struct arswitch_softc *sc, etherswitch_vlangroup_t *vg)
H A Darswitch.c1274 arswitch_getvgroup(device_t dev, etherswitch_vlangroup_t *e)
1282 arswitch_setvgroup(device_t dev, etherswitch_vlangroup_t *e)
/freebsd-13-stable/sys/dev/etherswitch/
H A Detherswitch.h105 typedef struct etherswitch_vlangroup etherswitch_vlangroup_t; typedef in typeref:struct:etherswitch_vlangroup
136 #define IOETHERSWITCHGETVLANGROUP _IOWR('i', 6, etherswitch_vlangroup_t)
137 #define IOETHERSWITCHSETVLANGROUP _IOW('i', 7, etherswitch_vlangroup_t)
H A Detherswitch.c179 error = ETHERSWITCH_GETVGROUP(etherswitch, (etherswitch_vlangroup_t *)data);
183 error = ETHERSWITCH_SETVGROUP(etherswitch, (etherswitch_vlangroup_t *)data);
/freebsd-13-stable/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitchvar.h98 etherswitch_vlangroup_t *);
100 etherswitch_vlangroup_t *);
H A Dmtkswitch.c581 mtkswitch_getvgroup(device_t dev, etherswitch_vlangroup_t *e)
589 mtkswitch_setvgroup(device_t dev, etherswitch_vlangroup_t *e)
H A Dmtkswitch_mt7620.c394 mtkswitch_vlan_getvgroup(struct mtkswitch_softc *sc, etherswitch_vlangroup_t *v)
449 mtkswitch_vlan_setvgroup(struct mtkswitch_softc *sc, etherswitch_vlangroup_t *v)
H A Dmtkswitch_rt3050.c349 mtkswitch_vlan_getvgroup(struct mtkswitch_softc *sc, etherswitch_vlangroup_t *v)
396 mtkswitch_vlan_setvgroup(struct mtkswitch_softc *sc, etherswitch_vlangroup_t *v)
/freebsd-13-stable/sys/dev/etherswitch/e6000sw/
H A De6000sw.c125 static int e6000sw_getvgroup_wrapper(device_t, etherswitch_vlangroup_t *);
126 static int e6000sw_setvgroup_wrapper(device_t, etherswitch_vlangroup_t *);
127 static int e6000sw_setvgroup(device_t, etherswitch_vlangroup_t *);
128 static int e6000sw_getvgroup(device_t, etherswitch_vlangroup_t *);
1081 e6000sw_setvgroup_wrapper(device_t dev, etherswitch_vlangroup_t *vg)
1097 e6000sw_getvgroup_wrapper(device_t dev, etherswitch_vlangroup_t *vg)
1113 e6000sw_set_port_vlan(e6000sw_softc_t *sc, etherswitch_vlangroup_t *vg)
1133 e6000sw_set_dot1q_vlan(e6000sw_softc_t *sc, etherswitch_vlangroup_t *vg)
1161 e6000sw_setvgroup(device_t dev, etherswitch_vlangroup_t *vg)
1177 e6000sw_get_port_vlan(e6000sw_softc_t *sc, etherswitch_vlangroup_t *v
[all...]
H A De6060sw.c555 e6060sw_getvgroup(device_t dev, etherswitch_vlangroup_t *vg)
609 e6060sw_setvgroup(device_t dev, etherswitch_vlangroup_t *vg)
/freebsd-13-stable/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c420 ukswitch_getvgroup(device_t dev, etherswitch_vlangroup_t *vg)
432 ukswitch_setvgroup(device_t dev, etherswitch_vlangroup_t *vg)
/freebsd-13-stable/sbin/etherswitchcfg/
H A Detherswitchcfg.c336 etherswitch_vlangroup_t vg;
357 etherswitch_vlangroup_t vg;
620 etherswitch_vlangroup_t vg;
/freebsd-13-stable/sys/dev/etherswitch/infineon/
H A Dadm6996fc.c560 adm6996fc_getvgroup(device_t dev, etherswitch_vlangroup_t *vg)
607 adm6996fc_setvgroup(device_t dev, etherswitch_vlangroup_t *vg)
/freebsd-13-stable/sys/dev/etherswitch/micrel/
H A Dksz8995ma.c626 ksz8995ma_getvgroup(device_t dev, etherswitch_vlangroup_t *vg)
669 ksz8995ma_setvgroup(device_t dev, etherswitch_vlangroup_t *vg)
/freebsd-13-stable/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c749 rtl_getvgroup(device_t dev, etherswitch_vlangroup_t *vg)
776 rtl_setvgroup(device_t dev, etherswitch_vlangroup_t *vg)
/freebsd-13-stable/sys/arm/ti/cpsw/
H A Dif_cpsw.c162 static int cpsw_getvgroup(device_t, etherswitch_vlangroup_t *);
163 static int cpsw_setvgroup(device_t, etherswitch_vlangroup_t *);
2907 cpsw_getvgroup(device_t dev, etherswitch_vlangroup_t *vg)
2958 cpsw_setvgroup(device_t dev, etherswitch_vlangroup_t *vg)

Completed in 212 milliseconds