Home
last modified time | relevance | path

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

/system/wlan/ti/wilink_6_1/stad/src/Data_link/
DtxCtrl.c971 EAcTrfcType inputAc; in txCtrl_UpdateHighestAdmittedAcTable() local
977 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() local
1033 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()