Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/stad/src/Data_link/
DtxDataQueue.c163 pTxDataQ->aTxSendPaceThresh[uQueId] = 1; in txDataQ_Init()
212 pTxDataQ->aTxSendPaceThresh[QOS_AC_BE] = pTxDataInitParams->uTxSendPaceThresh; in txDataQ_SetDefaults()
213 pTxDataQ->aTxSendPaceThresh[QOS_AC_BK] = pTxDataInitParams->uTxSendPaceThresh; in txDataQ_SetDefaults()
214 pTxDataQ->aTxSendPaceThresh[QOS_AC_VI] = pTxDataInitParams->uTxSendPaceThresh; in txDataQ_SetDefaults()
215 pTxDataQ->aTxSendPaceThresh[QOS_AC_VO] = 1; /* Don't delay voice packts! */ in txDataQ_SetDefaults()
361 if (uQueSize == pTxDataQ->aTxSendPaceThresh[uQueId]) in txDataQ_InsertPacket()
367 else if (uQueSize < pTxDataQ->aTxSendPaceThresh[uQueId]) in txDataQ_InsertPacket()
558 … WLAN_OS_REPORT(("aTxSendPaceThresh[%d] = %d\n", qIndex, pTxDataQ->aTxSendPaceThresh[qIndex])); in txDataQ_PrintModuleParams()
DtxDataQueue.h92 …TI_UINT32 aTxSendPaceThresh[MAX_NUM_OF_AC]; /* Number of packets to queue before schedu… member