Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/stad/src/Data_link/
DtxDataQueue.c538 TI_UINT32 qIndex; in txDataQ_PrintModuleParams() local
548 for (qIndex = 0; qIndex < pTxDataQ->uNumQueues; qIndex++) in txDataQ_PrintModuleParams()
550 WLAN_OS_REPORT(("aQueueBusy[%d] = %d\n", qIndex, pTxDataQ->aQueueBusy[qIndex])); in txDataQ_PrintModuleParams()
552 for (qIndex = 0; qIndex < pTxDataQ->uNumQueues; qIndex++) in txDataQ_PrintModuleParams()
554 … WLAN_OS_REPORT(("aQueueMaxSize[%d] = %d\n", qIndex, pTxDataQ->aQueueMaxSize[qIndex])); in txDataQ_PrintModuleParams()
556 for (qIndex = 0; qIndex < pTxDataQ->uNumQueues; qIndex++) in txDataQ_PrintModuleParams()
558 … WLAN_OS_REPORT(("aTxSendPaceThresh[%d] = %d\n", qIndex, pTxDataQ->aTxSendPaceThresh[qIndex])); in txDataQ_PrintModuleParams()
560 for (qIndex = 0; qIndex < pTxDataQ->uNumQueues; qIndex++) in txDataQ_PrintModuleParams()
562 …WLAN_OS_REPORT(("aNetStackQueueStopped[%d] = %d\n", qIndex, pTxDataQ->aNetStackQueueStopped[qIndex in txDataQ_PrintModuleParams()
566 for (qIndex = 0; qIndex < MAX_NUM_OF_AC; qIndex++) in txDataQ_PrintModuleParams()
[all …]