Home
last modified time | relevance | path

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

/linux/drivers/scsi/csiostor/
H A Dcsio_mb.c1378 static char *mod_str[] = { in csio_mb_portmod_changed() local
1386 else if (port->mod_type < ARRAY_SIZE(mod_str)) in csio_mb_portmod_changed()
1388 mod_str[port->mod_type]); in csio_mb_portmod_changed()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c307 static const char *mod_str[] = { in t4_os_portmod_changed() local
316 else if (pi->mod_type < ARRAY_SIZE(mod_str)) in t4_os_portmod_changed()
317 netdev_info(dev, "%s module inserted\n", mod_str[pi->mod_type]); in t4_os_portmod_changed()