Home
last modified time | relevance | path

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

/drivers/scsi/csiostor/
Dcsio_mb.c1448 static char *mod_str[] = { in csio_mb_portmod_changed() local
1456 else if (port->mod_type < ARRAY_SIZE(mod_str)) in csio_mb_portmod_changed()
1458 mod_str[port->mod_type]); in csio_mb_portmod_changed()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c450 static const char *mod_str[] = { in t4_os_portmod_changed() local
459 else if (pi->mod_type < ARRAY_SIZE(mod_str)) in t4_os_portmod_changed()
460 netdev_info(dev, "%s module inserted\n", mod_str[pi->mod_type]); in t4_os_portmod_changed()
/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c317 static const char *mod_str[] = { in t3_os_phymod_changed() local
328 mod_str[pi->phy.modtype]); in t3_os_phymod_changed()