Searched refs:busyTidBitmap (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Data_link/
H A DtxCtrl.h124 TI_UINT32 busyTidBitmap; /* Current bitmap of busy TIDs reflected from admitted ACs. */ member in struct:__anon1424
H A DtxCtrl.c1073 TI_UINT32 busyTidBitmap = 0; local
1085 busyTidBitmap |= pTxCtrl->admittedAcToTidMap[ac];
1092 TRACE6(pTxCtrl->hReport, REPORT_SEVERITY_INFORMATION, "txCtrl_UpdateBackpressure(): busyTidBitmap = 0x%x, busyAcBitmap = 0x%x, HighestAdmittedAc[3,2,1,0] = %d, %d, %d, %d\n", busyTidBitmap, pTxCtrl->busyAcBitmap, pTxCtrl->highestAdmittedAc[3], pTxCtrl->highestAdmittedAc[2], pTxCtrl->highestAdmittedAc[1], pTxCtrl->highestAdmittedAc[0]);
1095 pTxCtrl->busyTidBitmap = busyTidBitmap;
1096 txDataQ_UpdateBusyMap (pTxCtrl->hTxDataQ, busyTidBitmap);
1097 txMgmtQ_UpdateBusyMap (pTxCtrl->hTxMgmtQ, busyTidBitmap);
H A DtxCtrlParams.c708 WLAN_OS_REPORT(("busyTidBitmap = 0x%x\n", pTxCtrl->busyTidBitmap));

Completed in 73 milliseconds