Lines Matching refs:FlowCtrl_A
653 MODULE_PARM(FlowCtrl_A, "1-" __MODULE_STRING(SK_MAX_CARD_PARAM) "s");
696 static char *FlowCtrl_A[SK_MAX_CARD_PARAM] = FLOW_CTRL_A; variable
698 static char *FlowCtrl_A[SK_MAX_CARD_PARAM] = {"", }; variable
3789 if (FlowCtrl_A != NULL && pAC->Index<SK_MAX_CARD_PARAM &&
3790 FlowCtrl_A[pAC->Index] != NULL) {
3791 if (strcmp(FlowCtrl_A[pAC->Index],"") == 0) {
3793 } else if (strcmp(FlowCtrl_A[pAC->Index],"SymOrRem") == 0) {
3795 } else if (strcmp(FlowCtrl_A[pAC->Index],"Sym")==0) {
3797 } else if (strcmp(FlowCtrl_A[pAC->Index],"LocSend")==0) {
3799 } else if (strcmp(FlowCtrl_A[pAC->Index],"None")==0) {
3803 FlowCtrl_A[pAC->Index]);