Searched refs:inputAc (Results 1 – 1 of 1) sorted by relevance
971 EAcTrfcType inputAc; in txCtrl_UpdateHighestAdmittedAcTable() local977 inputAc = priorityOrderedAc[inputIdx]; in txCtrl_UpdateHighestAdmittedAcTable()980 if(pTxCtrl->admissionState[inputAc] == AC_ADMITTED) in txCtrl_UpdateHighestAdmittedAcTable()981 pTxCtrl->highestAdmittedAc[inputAc] = inputAc; in txCtrl_UpdateHighestAdmittedAcTable()1000 pTxCtrl->highestAdmittedAc[inputAc] = outputAc; in txCtrl_UpdateHighestAdmittedAcTable()1002 pTxCtrl->highestAdmittedAc[inputAc] = QOS_AC_BE; in txCtrl_UpdateHighestAdmittedAcTable()1024 EAcTrfcType inputAc; in txCtrl_UpdateAcToTidMapping() local1033 inputAc = WMEQosTagToACTable[tid]; /* Standard translation from TID to AC. */ in txCtrl_UpdateAcToTidMapping()1034 admittedAc = pTxCtrl->highestAdmittedAc[inputAc]; /* The actual AC that is used for Tx. */ in txCtrl_UpdateAcToTidMapping()