Lines Matching refs:PrefPort
414 'A' + pAC->Rlmt.Net[0].Port[pAC->Rlmt.Net[0].PrefPort]->PortNumber, in skge_probe()
658 MODULE_PARM(PrefPort, "1-" __MODULE_STRING(SK_MAX_CARD_PARAM) "s");
738 static char *PrefPort[SK_MAX_CARD_PARAM] = PREF_PORT; variable
740 static char *PrefPort[SK_MAX_CARD_PARAM] = {"", }; variable
4048 if (PrefPort != NULL && pAC->Index<SK_MAX_CARD_PARAM &&
4049 PrefPort[pAC->Index] != NULL) {
4050 if (strcmp(PrefPort[pAC->Index],"") == 0) { /* Auto */
4053 pAC->Rlmt.Net[0].PrefPort = 0;
4054 } else if (strcmp(PrefPort[pAC->Index],"A") == 0) {
4061 pAC->Rlmt.Net[0].PrefPort = Port;
4062 } else if (strcmp(PrefPort[pAC->Index],"B") == 0) {
4073 pAC->Rlmt.Net[0].PrefPort = 0;
4077 pAC->Rlmt.Net[0].PrefPort = Port;
4081 PrefPort[pAC->Index]);
4757 FromPort, ToPort, pAC->Rlmt.Net[0].PrefPort));