Searched refs:uBackpressure (Results 1 – 2 of 2) sorted by relevance
/system/wlan/ti/wilink_6_1/stad/src/Data_link/ |
D | txCtrl.c | 74 TI_UINT32 uAc, TI_UINT32 uBackpressure); 333 TI_UINT32 uBackpressure = 0; /* HwQueue's indication when the current queue becomes busy. */ in txCtrl_XmitData() local 360 …>hReport, REPORT_SEVERITY_INFORMATION, ": Backpressure = 0x%x, queue = %d\n", uBackpressure, uAc); in txCtrl_XmitData() 362 uBackpressure = 1 << uAc; in txCtrl_XmitData() 363 pTxCtrl->busyAcBitmap |= uBackpressure; /* Set the busy bit of the current AC. */ in txCtrl_XmitData() 382 txCtrl_BuildDataPkt(pTxCtrl, pPktCtrlBlk, uAc, uBackpressure); in txCtrl_XmitData() 431 TI_UINT32 uBackpressure = 0;/* HwQueue's indication when the current queue becomes busy. */ in txCtrl_XmitMgmt() local 451 …>hReport, REPORT_SEVERITY_INFORMATION, ": Backpressure = 0x%x, queue = %d\n", uBackpressure, uAc); in txCtrl_XmitMgmt() 453 uBackpressure = 1 << uAc; in txCtrl_XmitMgmt() 454 pTxCtrl->busyAcBitmap |= uBackpressure; /* Set the busy bit of the current AC. */ in txCtrl_XmitMgmt() [all …]
|
/system/wlan/ti/wilink_6_1/TWD/Data_Service/ |
D | txHwQueue.c | 73 typedef void (* tUpdateBusyMapCb)(TI_HANDLE hCbHndl, TI_UINT32 uBackpressure); 539 TI_UINT32 uBackpressure = 0; in txHwQueue_UpdateFreeResources() local 603 SET_QUEUE_BACKPRESSURE(&uBackpressure, uQueueId); /* Start queue. */ in txHwQueue_UpdateFreeResources() 610 if ((uBackpressure > 0) && (pTxHwQueue->fUpdateBusyMapCb != NULL)) in txHwQueue_UpdateFreeResources() 612 pTxHwQueue->fUpdateBusyMapCb (pTxHwQueue->hUpdateBusyMapHndl, uBackpressure); in txHwQueue_UpdateFreeResources()
|