HomeSort by relevance Sort by last modified time
    Searched refs:numTxQueues (Results 1 - 4 of 4) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
commonTypes.h 854 UINT8 numTxQueues;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_infoele.h 229 uint8 numTxQueues; /* specifies the number of descriptor queues */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
whalHwMboxConfig.c 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++)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osRgstry.c     [all...]

Completed in 95 milliseconds