Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/
Dskge.c648 MODULE_PARM(Speed_B, "1-" __MODULE_STRING(SK_MAX_CARD_PARAM) "s");
678 static char *Speed_B[SK_MAX_CARD_PARAM] = LINK_SPEED; variable
680 static char *Speed_B[SK_MAX_CARD_PARAM] = {"", }; variable
3857 if (Speed_B != NULL && pAC->Index<SK_MAX_CARD_PARAM &&
3858 Speed_B[pAC->Index] != NULL) {
3859 if (strcmp(Speed_B[pAC->Index],"")==0) {
3861 } else if (strcmp(Speed_B[pAC->Index],"Auto")==0) {
3863 } else if (strcmp(Speed_B[pAC->Index],"10")==0) {
3865 } else if (strcmp(Speed_B[pAC->Index],"100")==0) {
3867 } else if (strcmp(Speed_B[pAC->Index],"1000")==0) {
[all …]