Searched refs:ConType (Results 1 – 2 of 2) sorted by relevance
657 MODULE_PARM(ConType, "1-" __MODULE_STRING(SK_MAX_CARD_PARAM) "s");732 static char *ConType[SK_MAX_CARD_PARAM] = CON_TYPE; variable734 static char *ConType[SK_MAX_CARD_PARAM] = {"", }; variable3593 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 …]
290 Parameter: ConType294 The parameter 'ConType' is a combination of all five per-port parameters299 The following table shows the values of 'ConType' and the corresponding302 ConType | DupCap AutoNeg FlowCtrl Role Speed310 Stating any other port parameter together with this 'ConType' variable313 priority than the combined variable 'ConType'.