Searched refs:mod_str (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/scsi/csiostor/
H A Dcsio_mb.c1374 static char *mod_str[] = { csio_mb_portmod_changed() local
1382 else if (port->mod_type < ARRAY_SIZE(mod_str)) csio_mb_portmod_changed()
1384 mod_str[port->mod_type]); csio_mb_portmod_changed()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c219 static const char * const mod_str[] = { t4vf_os_portmod_changed() local
228 else if (pi->mod_type < ARRAY_SIZE(mod_str)) t4vf_os_portmod_changed()
230 dev->name, mod_str[pi->mod_type]); t4vf_os_portmod_changed()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c317 static const char *mod_str[] = { t3_os_phymod_changed() local
328 mod_str[pi->phy.modtype]); t3_os_phymod_changed()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c368 static const char *mod_str[] = { t4_os_portmod_changed() local
377 else if (pi->mod_type < ARRAY_SIZE(mod_str)) t4_os_portmod_changed()
378 netdev_info(dev, "%s module inserted\n", mod_str[pi->mod_type]); t4_os_portmod_changed()

Completed in 302 milliseconds