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

  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
txDataQueue.h 91 TI_BOOL aQueueBusy[MAX_NUM_OF_AC]; /* per queue busy indication */
txMgmtQueue.c 141 TI_BOOL aQueueBusy[NUM_OF_MGMT_QUEUES]; /* Related AC is busy. */
238 pTxMgmtQ->aQueueBusy[uQueId] = TI_FALSE; /* aQueueBusy default is not busy. */
791 if ( !pTxMgmtQ->aQueueBusy[uQueId] && pTxMgmtQ->aQueueEnabledBySM[uQueId])
866 pTxMgmtQ->aQueueBusy[QUEUE_TYPE_MGMT ] = TI_TRUE;
867 pTxMgmtQ->aQueueBusy[QUEUE_TYPE_EAPOL] = TI_TRUE;
871 pTxMgmtQ->aQueueBusy[QUEUE_TYPE_MGMT ] = TI_FALSE;
872 pTxMgmtQ->aQueueBusy[QUEUE_TYPE_EAPOL] = TI_FALSE;
911 WLAN_OS_REPORT(("Que[%d]: %d\n", uQueId, pTxMgmtQ->aQueueBusy[uQueId]));
917 WLAN_OS_REPORT(("Que[%d]: %d\n", uQueId, pTxMgmtQ->aQueueBusy[uQueId]))
    [all...]
txDataQueue.c 154 pTxDataQ->aQueueBusy[uQueId] = TI_FALSE;
479 WLAN_OS_REPORT(("aQueueBusy[%d] = %d\n", qIndex, pTxDataQ->aQueueBusy[qIndex]));
614 if (pTxDataQ->aQueueBusy[uQueId])
690 pTxDataQ->aQueueBusy[aTidToQueueTable[uTidIdx]] = TI_TRUE;
694 pTxDataQ->aQueueBusy[aTidToQueueTable[uTidIdx]] = TI_FALSE;
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txMgmtQueue.c 142 TI_BOOL aQueueBusy[NUM_OF_MGMT_QUEUES]; /* Related AC is busy. */
240 pTxMgmtQ->aQueueBusy[uQueId] = TI_FALSE; /* aQueueBusy default is not busy. */
793 if ( !pTxMgmtQ->aQueueBusy[uQueId] && pTxMgmtQ->aQueueEnabledBySM[uQueId])
874 pTxMgmtQ->aQueueBusy[QUEUE_TYPE_MGMT ] = TI_TRUE;
875 pTxMgmtQ->aQueueBusy[QUEUE_TYPE_EAPOL] = TI_TRUE;
879 pTxMgmtQ->aQueueBusy[QUEUE_TYPE_MGMT ] = TI_FALSE;
880 pTxMgmtQ->aQueueBusy[QUEUE_TYPE_EAPOL] = TI_FALSE;
919 WLAN_OS_REPORT(("Que[%d]: %d\n", uQueId, pTxMgmtQ->aQueueBusy[uQueId]));
925 WLAN_OS_REPORT(("Que[%d]: %d\n", uQueId, pTxMgmtQ->aQueueBusy[uQueId]))
    [all...]
txDataQueue.h 94 TI_BOOL aQueueBusy[MAX_NUM_OF_AC]; /* per queue busy indication */
txDataQueue.c 161 pTxDataQ->aQueueBusy[uQueId] = TI_FALSE;
358 if (pTxDataQ->aQueueBusy[uQueId] == TI_FALSE)
550 WLAN_OS_REPORT(("aQueueBusy[%d] = %d\n", qIndex, pTxDataQ->aQueueBusy[qIndex]));
699 if (pTxDataQ->aQueueBusy[uQueId])
794 pTxDataQ->aQueueBusy[aTidToQueueTable[uTidIdx]] = TI_TRUE;
798 pTxDataQ->aQueueBusy[aTidToQueueTable[uTidIdx]] = TI_FALSE;

Completed in 70 milliseconds