Searched refs:mod_str (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/edac/ |
D | skx_common.h | 133 int chan, int dimmno, const char *mod_str); 136 const char *ctl_name, const char *mod_str,
|
D | skx_common.c | 324 int chan, int dimmno, const char *mod_str) in skx_get_nvdimm_info() argument 336 pr_warn_once("%s: Can't find size of NVDIMM. Try enabling CONFIG_ACPI_NFIT\n", mod_str); in skx_get_nvdimm_info() 372 const char *ctl_name, const char *mod_str, in skx_register_mci() argument 410 mci->mod_name = mod_str; in skx_register_mci()
|
/Linux-v5.4/drivers/scsi/csiostor/ |
D | csio_mb.c | 1378 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-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 216 static const char * const mod_str[] = { in t4vf_os_portmod_changed() local 225 else if (pi->mod_type < ARRAY_SIZE(mod_str)) in t4vf_os_portmod_changed() 227 dev->name, mod_str[pi->mod_type]); in t4vf_os_portmod_changed()
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 317 static const char *mod_str[] = { in t3_os_phymod_changed() local 328 mod_str[pi->phy.modtype]); in t3_os_phymod_changed()
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 305 static const char *mod_str[] = { in t4_os_portmod_changed() local 314 else if (pi->mod_type < ARRAY_SIZE(mod_str)) in t4_os_portmod_changed() 315 netdev_info(dev, "%s module inserted\n", mod_str[pi->mod_type]); in t4_os_portmod_changed()
|