Home
last modified time | relevance | path

Searched refs:es_name (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/etherswitch/
H A Detherswitch.h41 char es_name[ETHERSWITCH_NAMEMAX]; member
/freebsd/sys/dev/etherswitch/ip17x/
H A Dip17x.c210 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 Dukswitch.c164 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 Dar40xx_main.c496 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 Dadm6996fc.c233 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 Dksz8995ma.c280 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 De6060sw.c258 strlcpy(sc->info.es_name, device_get_desc(dev), in e6060sw_attach()
259 sizeof(sc->info.es_name)); in e6060sw_attach()
H A De6000sw.c109 .es_name = "Marvell 6000 series switch"
/freebsd/sys/dev/etherswitch/felix/
H A Dfelix.c364 strlcpy(sc->info.es_name, "Felix TSN Switch", sizeof(sc->info.es_name)); in felix_attach()
/freebsd/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c233 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 Darswitch.c505 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 Dmtkswitch_rt3050.c504 sprintf(sc->info.es_name, "Ralink ESW"); in mtk_attach_switch_rt3050()
H A Dmtkswitch_mt7620.c534 sprintf(sc->info.es_name, "Mediatek GSW"); in mtk_attach_switch_mt7620()
/freebsd/sbin/etherswitchcfg/
H A Detherswitchcfg.c663 cfg->info.es_name, cfg->info.es_nports, in print_info()
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpsw.c2792 .es_name = "TI Common Platform Ethernet Switch (CPSW)",