Searched refs:aNetStackQueueStopped (Results 1 – 2 of 2) sorted by relevance
162 pTxDataQ->aNetStackQueueStopped[uQueId] = TI_FALSE; in txDataQ_Init()381 pTxDataQ->aNetStackQueueStopped[uQueId] = TI_TRUE; in txDataQ_InsertPacket()562 …WLAN_OS_REPORT(("aNetStackQueueStopped[%d] = %d\n", qIndex, pTxDataQ->aNetStackQueueStopped[qIndex… in txDataQ_PrintModuleParams()712 if ((pTxDataQ->bStopNetStackTx) && pTxDataQ->aNetStackQueueStopped[uQueId]) in txDataQ_RunScheduler()714 pTxDataQ->aNetStackQueueStopped[uQueId] = TI_FALSE; in txDataQ_RunScheduler()
96 …TI_BOOL aNetStackQueueStopped[MAX_NUM_OF_AC];/*indicate if the current queue was full and caus… member