Home
last modified time | relevance | path

Searched refs:mod_str (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/dev/cxgb/
H A Dcxgb_main.c1252 static const char *mod_str[] = { in t3_os_phymod_changed() local
1264 KASSERT(mod < ARRAY_SIZE(mod_str), in t3_os_phymod_changed()
1266 if_printf(pi->ifp, "%s PHY module inserted\n", mod_str[mod]); in t3_os_phymod_changed()
/freebsd-14.2/sys/dev/cxgbe/
H A Dt4_main.c12263 static const char *mod_str[] = { in t4_os_portmod_changed() local
12289 else if (pi->mod_type > 0 && pi->mod_type < nitems(mod_str)) { in t4_os_portmod_changed()
12291 port_top_speed(pi), mod_str[pi->mod_type]); in t4_os_portmod_changed()