Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/tegra/cbb/
H A Dtegra-cbb.c38 const char *buff_str, *mod_str, *rd_str, *wr_str; in tegra_cbb_print_cache() local
41 mod_str = (cache & BIT(1)) ? "Modifiable " : ""; in tegra_cbb_print_cache()
49 cache, buff_str, mod_str, rd_str, wr_str); in tegra_cbb_print_cache()
/openbmc/linux/drivers/edac/
H A Dskx_common.h259 int chan, int dimmno, const char *mod_str);
262 const char *ctl_name, const char *mod_str,
H A Dskx_common.c431 int chan, int dimmno, const char *mod_str) in skx_get_nvdimm_info() argument
443 pr_warn_once("%s: Can't find size of NVDIMM. Try enabling CONFIG_ACPI_NFIT\n", mod_str); in skx_get_nvdimm_info()
480 const char *ctl_name, const char *mod_str, in skx_register_mci() argument
521 mci->mod_name = mod_str; in skx_register_mci()
/openbmc/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()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c215 static const char * const mod_str[] = { in t4vf_os_portmod_changed() local
224 else if (pi->mod_type < ARRAY_SIZE(mod_str)) in t4vf_os_portmod_changed()
226 dev->name, mod_str[pi->mod_type]); in t4vf_os_portmod_changed()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c316 static const char *mod_str[] = { in t3_os_phymod_changed() local
327 mod_str[pi->phy.modtype]); in t3_os_phymod_changed()
/openbmc/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()