Home | History | Annotate | Download | only in hw_ctrl

Lines Matching refs:numTxQueues

146     pCfg->memConfig.numTxQueues      = pDmaParams->NumTxQueues; /*(4)*/
162 for (Qid=0; Qid<pDmaParams->NumTxQueues; Qid++)
170 * Queues are pCfg->NumTxQueues so the structure length must be fixed */
171 pCfg->memConfig.EleHdr.len -= (NUM_ACCESS_CATEGORIES_QUEUES - pDmaParams->NumTxQueues) * sizeof(ACXtxQueueConfig);
260 int whal_hwInfoElemQueueHeadGet (HwMboxConfig_T* pHwMboxConfig, int NumTxQueues, int pElem, void *fCb, TI_HANDLE hCb)
289 for (Qid=0; Qid<NumTxQueues; Qid++)