| /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/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 *); 628 felix_get_port_cfg(felix_softc_t sc, etherswitch_port_t *p) in felix_get_port_cfg() 657 felix_getport(device_t dev, etherswitch_port_t *p) in felix_getport() 690 felix_set_port_cfg(felix_softc_t sc, etherswitch_port_t *p) in felix_set_port_cfg() 738 felix_setport(device_t dev, etherswitch_port_t *p) in felix_setport()
|
| /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 | 429 mtkswitch_getport(device_t dev, etherswitch_port_t *p) in mtkswitch_getport() 471 mtkswitch_setport(device_t dev, etherswitch_port_t *p) in mtkswitch_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); 866 ar8xxx_port_vlan_get(struct arswitch_softc *sc, etherswitch_port_t *p) in ar8xxx_port_vlan_get() 899 arswitch_getport(device_t dev, etherswitch_port_t *p) in arswitch_getport() 970 ar8xxx_port_vlan_setup(struct arswitch_softc *sc, etherswitch_port_t *p) in ar8xxx_port_vlan_setup() 1008 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 | 396 ip17x_getport(device_t dev, etherswitch_port_t *p) in ip17x_getport() 449 ip17x_setport(device_t dev, etherswitch_port_t *p) in ip17x_setport()
|
| /freebsd/sys/dev/etherswitch/ukswitch/ |
| H A D | ukswitch.c | 348 ukswitch_getport(device_t dev, etherswitch_port_t *p) in ukswitch_getport() 385 ukswitch_setport(device_t dev, etherswitch_port_t *p) in ukswitch_setport()
|
| /freebsd/sys/dev/etherswitch/ar40xx/ |
| H A D | ar40xx_main.c | 575 ar40xx_getport(device_t dev, etherswitch_port_t *p) in ar40xx_getport() 626 ar40xx_setport(device_t dev, etherswitch_port_t *p) in ar40xx_setport()
|
| /freebsd/sys/dev/etherswitch/infineon/ |
| H A D | adm6996fc.c | 417 adm6996fc_getport(device_t dev, etherswitch_port_t *p) in adm6996fc_getport() 479 adm6996fc_setport(device_t dev, etherswitch_port_t *p) in adm6996fc_setport()
|
| /freebsd/sys/dev/etherswitch/e6000sw/ |
| H A D | e6000sw.c | 132 static int e6000sw_getport(device_t, etherswitch_port_t *); 133 static int e6000sw_setport(device_t, etherswitch_port_t *); 965 e6000sw_getport(device_t dev, etherswitch_port_t *p) 1015 e6000sw_setport(device_t dev, etherswitch_port_t *p)
|
| H A D | e6060sw.c | 457 e6060sw_getport(device_t dev, etherswitch_port_t *p) in e6060sw_getport() 503 e6060sw_setport(device_t dev, etherswitch_port_t *p) in e6060sw_setport()
|
| /freebsd/sys/dev/etherswitch/micrel/ |
| H A D | ksz8995ma.c | 477 ksz8995ma_getport(device_t dev, etherswitch_port_t *p) in ksz8995ma_getport() 540 ksz8995ma_setport(device_t dev, etherswitch_port_t *p) in ksz8995ma_setport()
|
| /freebsd/sys/dev/etherswitch/rtl8366/ |
| H A D | rtl8366rb.c | 648 rtl_getport(device_t dev, etherswitch_port_t *p) in rtl_getport() 699 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 *); 2803 cpsw_getport(device_t dev, etherswitch_port_t *p) in cpsw_getport() 2842 cpsw_setport(device_t dev, etherswitch_port_t *p) in cpsw_setport()
|