Searched refs:QUEUE_TYPE_MGMT (Results 1 - 1 of 1) sorted by relevance

/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DtxMgmtQueue.c76 QUEUE_TYPE_MGMT, /* Mgmt-queue - high-priority, for mgmt packets only. */ enumerator in enum:__anon1747
112 #define ARE_ALL_MGMT_QUEUES_EMPTY(aQueues) ( (que_Size(aQueues[QUEUE_TYPE_MGMT] ) == 0) && \
357 uQueId = (pPktCtrlBlk->tTxPktParams.uPktType == TX_PKT_TYPE_MGMT) ? QUEUE_TYPE_MGMT : QUEUE_TYPE_EAPOL ;
587 pTxMgmtQ->aQueueEnabledBySM[QUEUE_TYPE_MGMT] = TI_FALSE;
601 pTxMgmtQ->aQueueEnabledBySM[QUEUE_TYPE_MGMT] = TI_TRUE;
619 pTxMgmtQ->aQueueEnabledBySM[QUEUE_TYPE_MGMT] = TI_TRUE;
636 pTxMgmtQ->aQueueEnabledBySM[QUEUE_TYPE_MGMT] = TI_FALSE;
654 pTxMgmtQ->aQueueEnabledBySM[QUEUE_TYPE_MGMT] = TI_FALSE;
678 pTxMgmtQ->aQueueEnabledBySM[QUEUE_TYPE_MGMT] = TI_TRUE;
866 pTxMgmtQ->aQueueBusy[QUEUE_TYPE_MGMT ]
[all...]

Completed in 4 milliseconds