/freebsd/sys/dev/etherswitch/ |
H A D | etherswitch.h | 95 typedef struct etherswitch_port etherswitch_port_t; typedef 133 #define IOETHERSWITCHGETPORT _IOWR('i', 4, etherswitch_port_t) 134 #define IOETHERSWITCHSETPORT _IOW('i', 5, etherswitch_port_t)
|
H A D | etherswitch.c | 167 error = ETHERSWITCH_GETPORT(etherswitch, (etherswitch_port_t *)data); in etherswitchioctl() 171 error = ETHERSWITCH_SETPORT(etherswitch, (etherswitch_port_t *)data); in etherswitchioctl()
|
H A D | etherswitch_if.m | 140 etherswitch_port_t *vg; 148 etherswitch_port_t *vg;
|
/freebsd/sys/dev/etherswitch/mtkswitch/ |
H A D | mtkswitchvar.h | 91 etherswitch_port_t *); 93 etherswitch_port_t *);
|
H A D | mtkswitch_rt3050.c | 215 mtkswitch_port_vlan_setup(struct mtkswitch_softc *sc, etherswitch_port_t *p) in mtkswitch_port_vlan_setup() 262 mtkswitch_port_vlan_get(struct mtkswitch_softc *sc, etherswitch_port_t *p) in mtkswitch_port_vlan_get()
|
H A D | mtkswitch_mt7620.c | 288 mtkswitch_port_vlan_setup(struct mtkswitch_softc *sc, etherswitch_port_t *p) in mtkswitch_port_vlan_setup() 319 mtkswitch_port_vlan_get(struct mtkswitch_softc *sc, etherswitch_port_t *p) in mtkswitch_port_vlan_get()
|
H A D | mtkswitch.c | 431 mtkswitch_getport(device_t dev, etherswitch_port_t *p) in mtkswitch_getport() 473 mtkswitch_setport(device_t dev, etherswitch_port_t *p) in mtkswitch_setport()
|
/freebsd/sys/dev/etherswitch/felix/ |
H A D | felix.c | 74 static int felix_getport(device_t, etherswitch_port_t *); 75 static int felix_setport(device_t, etherswitch_port_t *); 91 static void felix_get_port_cfg(felix_softc_t, etherswitch_port_t *); 92 static void felix_set_port_cfg(felix_softc_t, etherswitch_port_t *); 629 felix_get_port_cfg(felix_softc_t sc, etherswitch_port_t *p) in felix_get_port_cfg() 658 felix_getport(device_t dev, etherswitch_port_t *p) in felix_getport() 691 felix_set_port_cfg(felix_softc_t sc, etherswitch_port_t *p) in felix_set_port_cfg() 739 felix_setport(device_t dev, etherswitch_port_t *p) in felix_setport()
|
/freebsd/sys/dev/etherswitch/arswitch/ |
H A D | arswitchvar.h | 114 etherswitch_port_t *); 116 etherswitch_port_t *);
|
H A D | arswitch.c | 87 etherswitch_port_t *p); 89 etherswitch_port_t *p); 870 ar8xxx_port_vlan_get(struct arswitch_softc *sc, etherswitch_port_t *p) in ar8xxx_port_vlan_get() 903 arswitch_getport(device_t dev, etherswitch_port_t *p) in arswitch_getport() 974 ar8xxx_port_vlan_setup(struct arswitch_softc *sc, etherswitch_port_t *p) in ar8xxx_port_vlan_setup() 1012 arswitch_setport(device_t dev, etherswitch_port_t *p) in arswitch_setport()
|
H A D | arswitch_8327.c | 807 ar8327_port_vlan_setup(struct arswitch_softc *sc, etherswitch_port_t *p) in ar8327_port_vlan_setup() 831 ar8327_port_vlan_get(struct arswitch_softc *sc, etherswitch_port_t *p) in ar8327_port_vlan_get()
|
/freebsd/sbin/etherswitchcfg/ |
H A D | etherswitchcfg.c | 170 etherswitch_port_t p; in set_port_vid() 195 etherswitch_port_t p; in set_port_flag() 241 etherswitch_port_t p; in set_port_media() 267 etherswitch_port_t p; in set_port_mediaopt() 296 etherswitch_port_t p; in set_port_led() 571 etherswitch_port_t p; in print_port()
|
/freebsd/sys/dev/etherswitch/ip17x/ |
H A D | ip17x.c | 397 ip17x_getport(device_t dev, etherswitch_port_t *p) in ip17x_getport() 450 ip17x_setport(device_t dev, etherswitch_port_t *p) in ip17x_setport()
|
/freebsd/sys/dev/etherswitch/ukswitch/ |
H A D | ukswitch.c | 349 ukswitch_getport(device_t dev, etherswitch_port_t *p) in ukswitch_getport() 386 ukswitch_setport(device_t dev, etherswitch_port_t *p) in ukswitch_setport()
|
/freebsd/sys/dev/etherswitch/ar40xx/ |
H A D | ar40xx_main.c | 574 ar40xx_getport(device_t dev, etherswitch_port_t *p) in ar40xx_getport() 625 ar40xx_setport(device_t dev, etherswitch_port_t *p) in ar40xx_setport()
|
/freebsd/sys/dev/etherswitch/e6000sw/ |
H A D | e6000sw.c | 131 static int e6000sw_getport(device_t, etherswitch_port_t *); 132 static int e6000sw_setport(device_t, etherswitch_port_t *); 931 e6000sw_getport(device_t dev, etherswitch_port_t *p) 981 e6000sw_setport(device_t dev, etherswitch_port_t *p)
|
H A D | e6060sw.c | 458 e6060sw_getport(device_t dev, etherswitch_port_t *p) in e6060sw_getport() 504 e6060sw_setport(device_t dev, etherswitch_port_t *p) in e6060sw_setport()
|
/freebsd/sys/dev/etherswitch/infineon/ |
H A D | adm6996fc.c | 418 adm6996fc_getport(device_t dev, etherswitch_port_t *p) in adm6996fc_getport() 480 adm6996fc_setport(device_t dev, etherswitch_port_t *p) in adm6996fc_setport()
|
/freebsd/sys/dev/etherswitch/micrel/ |
H A D | ksz8995ma.c | 478 ksz8995ma_getport(device_t dev, etherswitch_port_t *p) in ksz8995ma_getport() 541 ksz8995ma_setport(device_t dev, etherswitch_port_t *p) in ksz8995ma_setport()
|
/freebsd/sys/dev/etherswitch/rtl8366/ |
H A D | rtl8366rb.c | 649 rtl_getport(device_t dev, etherswitch_port_t *p) in rtl_getport() 700 rtl_setport(device_t dev, etherswitch_port_t *p) in rtl_setport()
|
/freebsd/sys/arm/ti/cpsw/ |
H A D | if_cpsw.c | 157 static int cpsw_getport(device_t, etherswitch_port_t *); 158 static int cpsw_setport(device_t, etherswitch_port_t *); 2807 cpsw_getport(device_t dev, etherswitch_port_t *p) in cpsw_getport() 2846 cpsw_setport(device_t dev, etherswitch_port_t *p) in cpsw_setport()
|