Searched refs:Speed_A (Results 1 – 1 of 1) sorted by relevance
647 MODULE_PARM(Speed_A, "1-" __MODULE_STRING(SK_MAX_CARD_PARAM) "s");672 static char *Speed_A[SK_MAX_CARD_PARAM] = LINK_SPEED; variable674 static char *Speed_A[SK_MAX_CARD_PARAM] = {"", }; variable3660 if (Speed_A != NULL && pAC->Index<SK_MAX_CARD_PARAM &&3661 Speed_A[pAC->Index] != NULL) {3662 if (strcmp(Speed_A[pAC->Index],"")==0) {3664 } else if (strcmp(Speed_A[pAC->Index],"Auto")==0) {3666 } else if (strcmp(Speed_A[pAC->Index],"10")==0) {3668 } else if (strcmp(Speed_A[pAC->Index],"100")==0) {3670 } else if (strcmp(Speed_A[pAC->Index],"1000")==0) {[all …]