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

  /hardware/ti/wlan/wl1271/utils/
tiQosTypes.h 120 TI_UINT8 QueueIndex;
  /system/wlan/ti/wilink_6_1/utils/
tiQosTypes.h 120 TI_UINT8 QueueIndex;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
tx.c 213 #define GET_QUEUE_INDEX(pTxData,acIndex) (pTxData->txDataAcTrfcCtrl[acIndex].QueueIndex)
291 int queueIndex = 0;
406 for(queueIndex = 0 ; queueIndex < MAX_NUM_OF_TX_QUEUES ; queueIndex++)
408 dataMsduListArr[queueIndex] = msduList_CreateNewMsduList( hOs);
409 if(!dataMsduListArr[queueIndex])
420 queueIndex--;
421 for(; queueIndex >= 0 ; queueIndex--
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
commonTypes.h 795 UINT8 QueueIndex;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/
qosMngr.c 379 param.content.txDataQosParams.acTrfcCtrl.QueueIndex = acID;
    [all...]

Completed in 315 milliseconds