Home | History | Annotate | Download | only in QOS

Lines Matching refs:acTrfcType_e

88 static void      updateTagToAcTable(qosMngr_t *pQosMngr,acTrfcType_e *pProtocolTagToACTable);
412 updateTagToAcTable(pQosMngr, (acTrfcType_e *)NonQosTagToACTable);
450 pQosMngr->resourceMgmtTable.currentTspecInfo[acID].AC = (acTrfcType_e)acID;
461 pQosMngr->resourceMgmtTable.candidateTspecInfo[acID].AC = (acTrfcType_e)acID;
607 updateTagToAcTable(pQosMngr, (acTrfcType_e *)NonQosTagToACTable);
843 acTrfcType_e acID;
952 acTrfcType_e acID;
1025 if((acTrfcType_e)pParamInfo->content.qosOsParams.acID > QOS_HIGHEST_AC_INDEX)
1049 if((pParamInfo->content.qosOsParams.VoiceDeliveryProtocol == TRUE) && ((acTrfcType_e)pParamInfo->content.qosOsParams.acID != QOS_AC_VO))
1066 acID = (acTrfcType_e)pParamInfo->content.qosOsParams.acID;
1153 acID = (acTrfcType_e) pParamInfo->content.qosApQosParams.uAC;
1202 acID = (acTrfcType_e)WMEQosTagToACTable[pParamInfo->content.qosTspecParameters.uUserPriority];
2250 updateTagToAcTable(pQosMngr, (acTrfcType_e *)WMEQosTagToACTable);
2270 void updateTagToAcTable(qosMngr_t *pQosMngr,acTrfcType_e *pProtocolTagToACTable)
2278 pProtocolTagToACTable, sizeof(acTrfcType_e) * MAX_NUM_OF_802_1d_TAGS);
3157 pCandidateParams->AC = (acTrfcType_e)ac;