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

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txMgmtQueue.c 209 int uQueId;
224 for (uQueId = 0; uQueId < NUM_OF_MGMT_QUEUES; uQueId++)
226 pTxMgmtQ->aQueues[uQueId] = que_Create (pTxMgmtQ->hOs,
232 if (pTxMgmtQ->aQueues[uQueId] == NULL)
240 pTxMgmtQ->aQueueBusy[uQueId] = TI_FALSE; /* aQueueBusy default is not busy. */
241 pTxMgmtQ->aQueueEnabledBySM[uQueId] = TI_FALSE; /* Queue is disabled by the SM (state is CLOSE). */
271 int uQueId;
277 for (uQueId = 0 ; uQueId < NUM_OF_MGMT_QUEUES ; uQueId++
    [all...]
txDataQueue.c 118 TI_UINT8 uQueId;
144 for (uQueId = 0; uQueId < pTxDataQ->uNumQueues; uQueId++)
146 pTxDataQ->aQueues[uQueId] = que_Create (pTxDataQ->hOs,
148 pTxDataQ->aQueueMaxSize[uQueId],
152 if (pTxDataQ->aQueues[uQueId] == NULL)
161 pTxDataQ->aQueueBusy[uQueId] = TI_FALSE;
162 pTxDataQ->aNetStackQueueStopped[uQueId] = TI_FALSE;
163 pTxDataQ->aTxSendPaceThresh[uQueId] = 1
    [all...]

Completed in 42 milliseconds