Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/
Dskge.c657 MODULE_PARM(ConType, "1-" __MODULE_STRING(SK_MAX_CARD_PARAM) "s");
732 static char *ConType[SK_MAX_CARD_PARAM] = CON_TYPE; variable
734 static char *ConType[SK_MAX_CARD_PARAM] = {"", }; variable
3593 if ( (ConType != NULL) &&
3595 (ConType[pAC->Index] != NULL) ) {
3599 (strcmp(ConType[pAC->Index],"Auto")!=0) &&
3600 (strcmp(ConType[pAC->Index],"")!=0)) {
3605 ConType[pAC->Index]);
3607 sprintf(ConType[pAC->Index], "Auto");
3610 if (strcmp(ConType[pAC->Index],"")==0) {
[all …]
/linux-2.4.37.9/Documentation/networking/
Dsk98lin.txt290 Parameter: ConType
294 The parameter 'ConType' is a combination of all five per-port parameters
299 The following table shows the values of 'ConType' and the corresponding
302 ConType | DupCap AutoNeg FlowCtrl Role Speed
310 Stating any other port parameter together with this 'ConType' variable
313 priority than the combined variable 'ConType'.