Home
last modified time | relevance | path

Searched refs:aNetStackQueueStopped (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Data_link/
DtxDataQueue.c162 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()
DtxDataQueue.h96 …TI_BOOL aNetStackQueueStopped[MAX_NUM_OF_AC];/*indicate if the current queue was full and caus… member