Lines Matching refs:strstr
3913 if (strstr(name,de4x5_signatures[i])!=NULL) break; in PCI_signature()
5184 if ((p = strstr(args, dev->name))) { in de4x5_parse_params()
5185 if (!(q = strstr(p+strlen(dev->name), "eth"))) q = p + strlen(p); in de4x5_parse_params()
5189 if (strstr(p, "fdx") || strstr(p, "FDX")) lp->params.fdx = true; in de4x5_parse_params()
5191 if (strstr(p, "autosense") || strstr(p, "AUTOSENSE")) { in de4x5_parse_params()
5192 if (strstr(p, "TP_NW")) { in de4x5_parse_params()
5194 } else if (strstr(p, "TP")) { in de4x5_parse_params()
5196 } else if (strstr(p, "BNC_AUI")) { in de4x5_parse_params()
5198 } else if (strstr(p, "BNC")) { in de4x5_parse_params()
5200 } else if (strstr(p, "AUI")) { in de4x5_parse_params()
5202 } else if (strstr(p, "10Mb")) { in de4x5_parse_params()
5204 } else if (strstr(p, "100Mb")) { in de4x5_parse_params()
5206 } else if (strstr(p, "AUTO")) { in de4x5_parse_params()