Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/
Dskge.c656 MODULE_PARM(Role_B, "1-" __MODULE_STRING(SK_MAX_CARD_PARAM) "s");
726 static char *Role_B[SK_MAX_CARD_PARAM] = ROLE_B; variable
728 static char *Role_B[SK_MAX_CARD_PARAM] = {"", }; variable
4021 if (Role_B != NULL && pAC->Index<SK_MAX_CARD_PARAM &&
4022 Role_B[pAC->Index] != NULL) {
4023 if (strcmp(Role_B[pAC->Index],"")==0) {
4025 } else if (strcmp(Role_B[pAC->Index],"Auto")==0) {
4027 } else if (strcmp(Role_B[pAC->Index],"Master")==0) {
4029 } else if (strcmp(Role_B[pAC->Index],"Slave")==0) {
4033 Role_B[pAC->Index]);