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

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txMgmtQueue.c 88 SM_EVENT_QUEUES_EMPTY, /* Mgmt-aQueues are now both empty. */
89 SM_EVENT_QUEUES_NOT_EMPTY /* At least one of the Mgmt-aQueues is now not empty. */
98 SM_STATE_OPEN_MGMT, /* All Tx permitted and Mgmt aQueues are currently active (date disabled). */
99 SM_STATE_OPEN_DATA /* All Tx permitted and Data aQueues are currently active (mgmt disabled). */
111 /* TI_TRUE if both aQueues are empty. */
112 #define ARE_ALL_MGMT_QUEUES_EMPTY(aQueues) ( (que_Size(aQueues[QUEUE_TYPE_MGMT] ) == 0) && \
113 (que_Size(aQueues[QUEUE_TYPE_EAPOL]) == 0) )
135 TI_BOOL bMgmtPortEnable;/* Port open for mgmt-aQueues or not. */
140 /* Mgmt aQueues */
    [all...]
txDataQueue.c 146 pTxDataQ->aQueues[uQueId] = que_Create (pTxDataQ->hOs,
152 if (pTxDataQ->aQueues[uQueId] == NULL)
246 if (que_Destroy(pTxDataQ->aQueues[uQueId]) != TI_OK)
288 pPktCtrlBlk = (TTxCtrlBlk *) que_Dequeue(pTxDataQ->aQueues[uQueId]);
352 eStatus = que_Enqueue (pTxDataQ->aQueues[uQueId], (TI_HANDLE)pPktCtrlBlk);
355 uQueSize = que_Size (pTxDataQ->aQueues[uQueId]);
569 que_Print (pTxDataQ->aQueues[qIndex]);
706 pPktCtrlBlk = (TTxCtrlBlk *) que_Dequeue (pTxDataQ->aQueues[uQueId]);
739 eQueStatus = que_Requeue (pTxDataQ->aQueues[uQueId], (TI_HANDLE)pPktCtrlBlk);
txDataQueue.h 89 /* Tx aQueues */
90 TI_UINT32 uNumQueues; /* Indicates the number of allocated aQueues */
93 TI_HANDLE aQueues[MAX_NUM_OF_AC]; /* The Tx aQueues handles */
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
txMgmtQueue.c 88 SM_EVENT_QUEUES_EMPTY, /* Mgmt-aQueues are now both empty. */
89 SM_EVENT_QUEUES_NOT_EMPTY /* At least one of the Mgmt-aQueues is now not empty. */
98 SM_STATE_OPEN_MGMT, /* All Tx permitted and Mgmt aQueues are currently active (date disabled). */
99 SM_STATE_OPEN_DATA /* All Tx permitted and Data aQueues are currently active (mgmt disabled). */
111 /* TI_TRUE if both aQueues are empty. */
112 #define ARE_ALL_MGMT_QUEUES_EMPTY(aQueues) ( (que_Size(aQueues[QUEUE_TYPE_MGMT] ) == 0) && \
113 (que_Size(aQueues[QUEUE_TYPE_EAPOL]) == 0) )
134 TI_BOOL bMgmtPortEnable;/* Port open for mgmt-aQueues or not. */
139 /* Mgmt aQueues */
    [all...]
txDataQueue.c 139 pTxDataQ->aQueues[uQueId] = que_Create (pTxDataQ->hOs,
145 if (pTxDataQ->aQueues[uQueId] == NULL)
223 if (que_Destroy(pTxDataQ->aQueues[uQueId]) != TI_OK)
259 pPktCtrlBlk = (TTxCtrlBlk *) que_Dequeue(pTxDataQ->aQueues[uQueId]);
319 eStatus = que_Enqueue (pTxDataQ->aQueues[uQueId], (TI_HANDLE)pPktCtrlBlk);
322 uQueSize = que_Size (pTxDataQ->aQueues[uQueId]);
487 que_Print (pTxDataQ->aQueues[qIndex]);
621 pPktCtrlBlk = (TTxCtrlBlk *) que_Dequeue (pTxDataQ->aQueues[uQueId]);
645 que_Requeue (pTxDataQ->aQueues[uQueId], (TI_HANDLE)pPktCtrlBlk);
txDataQueue.h 87 /* Tx aQueues */
88 TI_UINT32 uNumQueues; /* Indicates the number of allocated aQueues */
90 TI_HANDLE aQueues[MAX_NUM_OF_AC]; /* The Tx aQueues handles */

Completed in 350 milliseconds