Searched refs:es_name (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/dev/etherswitch/ |
H A D | etherswitch.h | 41 char es_name[ETHERSWITCH_NAMEMAX]; member
|
/freebsd/sys/dev/etherswitch/ip17x/ |
H A D | ip17x.c | 210 strlcpy(sc->info.es_name, device_get_desc(dev), in ip17x_attach() 211 sizeof(sc->info.es_name)); in ip17x_attach()
|
/freebsd/sys/dev/etherswitch/ukswitch/ |
H A D | ukswitch.c | 164 strlcpy(sc->info.es_name, device_get_desc(dev), in ukswitch_attach() 165 sizeof(sc->info.es_name)); in ukswitch_attach()
|
/freebsd/sys/dev/etherswitch/ar40xx/ |
H A D | ar40xx_main.c | 496 strlcpy(sc->sc_info.es_name, device_get_desc(dev), in ar40xx_attach() 497 sizeof(sc->sc_info.es_name)); in ar40xx_attach()
|
/freebsd/sys/dev/etherswitch/infineon/ |
H A D | adm6996fc.c | 233 strlcpy(sc->info.es_name, device_get_desc(dev), in adm6996fc_attach() 234 sizeof(sc->info.es_name)); in adm6996fc_attach()
|
/freebsd/sys/dev/etherswitch/micrel/ |
H A D | ksz8995ma.c | 280 strlcpy(sc->info.es_name, device_get_desc(dev), in ksz8995ma_attach() 281 sizeof(sc->info.es_name)); in ksz8995ma_attach()
|
/freebsd/sys/dev/etherswitch/e6000sw/ |
H A D | e6060sw.c | 258 strlcpy(sc->info.es_name, device_get_desc(dev), in e6060sw_attach() 259 sizeof(sc->info.es_name)); in e6060sw_attach()
|
H A D | e6000sw.c | 109 .es_name = "Marvell 6000 series switch"
|
/freebsd/sys/dev/etherswitch/felix/ |
H A D | felix.c | 364 strlcpy(sc->info.es_name, "Felix TSN Switch", sizeof(sc->info.es_name)); in felix_attach()
|
/freebsd/sys/dev/etherswitch/rtl8366/ |
H A D | rtl8366rb.c | 233 sprintf(sc->info.es_name, "Realtek RTL8366RB"); in rtl8366rb_attach() 235 sprintf(sc->info.es_name, "Realtek RTL8366SR"); in rtl8366rb_attach()
|
/freebsd/sys/dev/etherswitch/arswitch/ |
H A D | arswitch.c | 505 strlcpy(sc->info.es_name, device_get_desc(dev), in arswitch_attach() 506 sizeof(sc->info.es_name)); in arswitch_attach()
|
/freebsd/sys/dev/etherswitch/mtkswitch/ |
H A D | mtkswitch_rt3050.c | 504 sprintf(sc->info.es_name, "Ralink ESW"); in mtk_attach_switch_rt3050()
|
H A D | mtkswitch_mt7620.c | 534 sprintf(sc->info.es_name, "Mediatek GSW"); in mtk_attach_switch_mt7620()
|
/freebsd/sbin/etherswitchcfg/ |
H A D | etherswitchcfg.c | 663 cfg->info.es_name, cfg->info.es_nports, in print_info()
|
/freebsd/sys/arm/ti/cpsw/ |
H A D | if_cpsw.c | 2792 .es_name = "TI Common Platform Ethernet Switch (CPSW)",
|