Home
last modified time | relevance | path

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

/system/wlan/ti/wilink_6_1/stad/src/Data_link/
DtxCtrl.c101 ac = ptc->highestAdmittedAc[WMEQosTagToACTable[tid]]; \
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()
1034 admittedAc = pTxCtrl->highestAdmittedAc[inputAc]; /* The actual AC that is used for Tx. */ in txCtrl_UpdateAcToTidMapping()
1078 …yAcBitmap, pTxCtrl->highestAdmittedAc[3], pTxCtrl->highestAdmittedAc[2], pTxCtrl->highestAdmitte… in txCtrl_UpdateBackpressure()
DtxCtrlParams.c693 pTxCtrl->highestAdmittedAc[3], pTxCtrl->highestAdmittedAc[2], in txCtrlParams_printInfo()
694 pTxCtrl->highestAdmittedAc[1], pTxCtrl->highestAdmittedAc[0])); in txCtrlParams_printInfo()
DtxCtrl.h124 …EAcTrfcType highestAdmittedAc[MAX_NUM_OF_AC]; /* Provide highest admitted AC equal or belo… member