Searched refs:ac (Results 1 - 25 of 27) sorted by relevance

12

/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DtxCtrlParams.c74 TI_UINT32 ac; local
87 for(ac = 0 ; ac < MAX_NUM_OF_AC ; ac++)
90 if(pTxCtrl->mediumTime[ac] == 0)
92 TRACE1(pTxCtrl->hReport, REPORT_SEVERITY_INFORMATION, ": ac = %d mediumTime = 0 \n", ac);
98 if(currentTimeStamp < pTxCtrl->lastCreditCalcTimeStamp[ac])
99 pTxCtrl->lastCreditCalcTimeStamp[ac] = 0;
102 prevCredit = pTxCtrl->credit[ac];
341 TI_UINT32 ac; local
579 txCtrlParams_setAcAdmissionStatus(TI_HANDLE hTxCtrl, TI_UINT8 ac, EAdmissionState admissionRequired, ETrafficAdmState admissionState) argument
599 txCtrlParams_setAcMsduLifeTime(TI_HANDLE hTxCtrl, TI_UINT8 ac, TI_UINT32 uMsduLifeTimeTu) argument
612 txCtrlParams_setAcAckPolicy(TI_HANDLE hTxCtrl, TI_UINT8 ac, AckPolicy_e ackPolicy) argument
625 txCtrlParams_updateMgmtRateAttributes(TI_HANDLE hTxCtrl, TI_UINT8 ratePolicyId, TI_UINT8 ac) argument
638 txCtrlParams_updateDataRateAttributes(TI_HANDLE hTxCtrl, TI_UINT8 ratePolicyId, TI_UINT8 ac) argument
734 TI_UINT32 ac; local
[all...]
H A DtxCtrl.c82 TI_UINT32 ac,
86 TI_UINT32 ac,
100 #define SELECT_AC_FOR_TID(ptc,tid,ac) \
101 ac = ptc->highestAdmittedAc[WMEQosTagToACTable[tid]]; \
102 if (ac != WMEQosTagToACTable[tid]) \
103 tid = WMEQosAcToTid[ac]
193 TI_UINT32 ac; local
219 for (ac = 0; ac < MAX_NUM_OF_AC; ac
599 TI_UINT32 ac; local
1060 TI_UINT32 ac = 0; local
1104 txCtrl_SetTxDelayCounters(txCtrl_t *pTxCtrl, TI_UINT32 ac, TI_UINT32 fwDelay, TI_UINT32 driverDelay, TI_UINT32 mediumDelay) argument
1152 txCtrl_UpdateTxCounters(txCtrl_t *pTxCtrl, TxResultDescriptor_t *pTxResultInfo, TTxCtrlBlk *pPktCtrlBlk, TI_UINT32 ac, TI_BOOL bIsDataPkt) argument
[all...]
H A DtxCtrl_Api.h124 TI_UINT8 ac,
127 void txCtrlParams_setAcMsduLifeTime (TI_HANDLE hTxCtrl, TI_UINT8 ac, TI_UINT32 msduLifeTime);
128 void txCtrlParams_setAcAckPolicy (TI_HANDLE hTxCtrl, TI_UINT8 ac, AckPolicy_e ackPolicy);
129 void txCtrlParams_updateMgmtRateAttributes(TI_HANDLE hTxCtrl, TI_UINT8 ratePolicyId, TI_UINT8 ac);
130 void txCtrlParams_updateDataRateAttributes(TI_HANDLE hTxCtrl, TI_UINT8 ratePolicyId, TI_UINT8 ac);
H A DCtrl.c161 TI_UINT32 ac; local
174 for (ac=0; ac < MAX_NUM_OF_AC + 1; ac++)
176 pCtrlData->ctrlDataTxRatePolicy.rateClass[ac].longRetryLimit = ctrlDataInitParams->ctrlDataTxRatePolicy.longRetryLimit;
177 pCtrlData->ctrlDataTxRatePolicy.rateClass[ac].shortRetryLimit = ctrlDataInitParams->ctrlDataTxRatePolicy.shortRetryLimit;
399 TI_UINT32 ac; local
408 for (ac = 0; ac < MAX_NUM_OF_AC; ac
760 TI_UINT8 ac; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
H A DCtrl.c70 static rate_e ctrlData_getClosestTSRate(ctrlData_t *pCtrlData, UINT32 ac, rate_e givenRate);
199 UINT32 ac; local
258 for (ac=0; ac < MAX_NUM_OF_AC; ac++)
260 pCtrlData->ctrlDataTxRatePolicy.rateClass[clientIDindex*MAX_NUM_OF_AC+ac].longRetryLimit = ctrlDataInitParams->ctrlDataTxRatePolicy[clientIDindex].longRetryLimit;
261 pCtrlData->ctrlDataTxRatePolicy.rateClass[clientIDindex*MAX_NUM_OF_AC+ac].shortRetryLimit = ctrlDataInitParams->ctrlDataTxRatePolicy[clientIDindex].shortRetryLimit;
585 UINT32 ac, policyClassRateMask, supportedHwRatesBitMap, clientIDindex, hwRateIndex; local
605 for (ac = 0; ac < MAX_NUM_OF_A
1281 ctrlData_getTxAttributes(TI_HANDLE hCtrlData, UINT32 txFlags, txData_attr_t *pTxAttr, UINT32 ac) argument
2222 ctrlData_getClosestTSRate(ctrlData_t *pCtrlData, UINT32 ac, rate_e givenRate) argument
[all...]
/system/core/libacc/tests/data/
H A Dotcc-ansi.c2 int d, z, C, h, P, K, ac, q, G, v, Q, R, D, L, W, M; variable
452 q = ac = calloc(1, 99999);
457 if (mprotect(ac & (~ 4095), (99999 + 4095) & (~ 4095), 7)) {
H A Dotcc.c19 F d,z,C,h,P,K,ac,q,G,v,Q,R,D,L,W,M; variable
439 q=ac V;
444 mprotect(ac & (~ 4095), (99999 + 4095) & (~ 4095), 7);
H A Dotcc-noinclude.c19 F d,z,C,h,P,K,ac,q,G,v,Q,R,D,L,W,M; variable
439 q=ac V;
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBldDb.h236 TAcQosParams ac[MAX_NUM_OF_AC]; member in struct:__anon1111
330 TAcConfParams ac; /* AC params for QoS */ member in struct:__anon1120
H A DCmdBldCfg.c453 DB_AC(hCmdBld).isAcConfigured[pAcQosParams->ac] = TI_TRUE;
454 DB_AC(hCmdBld).ac[pAcQosParams->ac] = *pAcQosParams;
H A DCmdBld.c530 return cmdBld_CfgAcParams (hCmdBld, &DB_AC(hCmdBld).ac[0], (void *)cmdBld_ConfigSeq, hCmdBld);
548 return cmdBld_CfgAcParams (hCmdBld, &DB_AC(hCmdBld).ac[1], (void *)cmdBld_ConfigSeq, hCmdBld);
566 return cmdBld_CfgAcParams (hCmdBld, &DB_AC(hCmdBld).ac[2], (void *)cmdBld_ConfigSeq, hCmdBld);
584 return cmdBld_CfgAcParams (hCmdBld, &DB_AC(hCmdBld).ac[3], (void *)cmdBld_ConfigSeq, hCmdBld);
H A DCmdBldCfgIE.c862 pCfg->ac = pAcQosParams->ac;
868 TRACE6(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION, "ID=%u: ac= %u, aifsn=%u, cw-max=%u, cw-min=%u, txop=%u\n", pCfg->EleHdr.id, pAcQosParams->ac, pAcQosParams->aifsn, pAcQosParams->cwMax, pAcQosParams->cwMin, pAcQosParams->txopLimit);
H A DCmdBld.h246 #define DB_AC(HCMDBLD) (((TCmdBld *)HCMDBLD)->tDb.ac)
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_HW_Queue/
H A DtxHwQueueCalc.c185 txOpLimit = pTxHwQueue->pWhalParams->AcParams.ac[pPktCtrlBlk->txDescriptor.xmitQueue].txopLimit;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/
H A DqosMngr.c94 static void qosMngr_storeTspecCandidateParams (tspecInfo_t *pCandidateParams, OS_802_11_QOS_TSPEC_PARAMS *pTSPECParams, UINT8 ac);
292 * setting ac traffic params for TrafficCategoryCfg (TNET configuration
316 * setting ac QoS params for acQosParams (TNET configuration)
321 pQosMngr->acParams[acID].acQosParams.ac = acID;
359 * setting ps mode per ac for protocol specific configuration.
1340 pAcTrafficParams - pointer to ac parameters.
1445 pAcTrafficParams - pointer to ac parameters.
1458 if(pAcQosParams->ac > MAX_NUM_OF_AC - 1 )
1461 ("verifyAndConfigQosParams :Error trying to set invalid ac : %d param",pAcQosParams->ac));
3155 qosMngr_storeTspecCandidateParams(tspecInfo_t *pCandidateParams, OS_802_11_QOS_TSPEC_PARAMS *pTSPECParams, UINT8 ac) argument
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DqosMngr.c91 static void qosMngr_storeTspecCandidateParams (tspecInfo_t *pCandidateParams, OS_802_11_QOS_TSPEC_PARAMS *pTSPECParams, TI_UINT8 ac);
291 * setting ac traffic params for TrafficCategoryCfg (TNET configuration
318 * setting ac QoS params for acQosParams (TNET configuration)
323 pQosMngr->acParams[acID].acQosParams.ac = acID;
364 * setting ps mode per ac for protocol specific configuration.
1235 pAcTrafficParams - pointer to ac parameters.
1303 pAcTrafficParams - pointer to ac parameters.
1315 if(pAcQosParams->ac > MAX_NUM_OF_AC - 1 )
1317 TRACE1(pQosMngr->hReport, REPORT_SEVERITY_ERROR, "verifyAndConfigQosParams :Error trying to set invalid ac : %d param",pAcQosParams->ac);
2957 qosMngr_storeTspecCandidateParams(tspecInfo_t *pCandidateParams, OS_802_11_QOS_TSPEC_PARAMS *pTSPECParams, TI_UINT8 ac) argument
[all...]
H A DmlmeParser.c1100 TI_UINT8 ac; local
1158 ac = WMEQosTagToACTable [ GET_USER_PRIORITY_FROM_WME_TSPEC_IE(pData) ];
1160 if (ac == QOS_AC_VO)
1164 else if (ac == QOS_AC_VI)
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
H A DwhalParams.c271 pWhalParams->AcParams.isAcConfigured[pAcQosParams->ac] = TRUE;
272 os_memoryCopy(pWhalParams->hOs,(void *)&(pWhalParams->AcParams.ac[pAcQosParams->ac]),(void *)pAcQosParams,sizeof(acQosParams_t));
H A DwhalParams.h323 acQosParams_t ac[MAX_NUM_OF_AC]; member in struct:__anon999
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwMboxConfig.c2326 pCfg->ac = pAcQosParams->ac;
2333 ("whal_hwInfoElemAcParamsConfigurationWrite:\n ac = 0x%x, aifsn = 0x%x, cwMax = 0x%x, cwMin = 0x%x,txopLimit = 0x%x \n",
2334 pCfg->ac,pCfg->aifsn,pCfg->cwMax,pCfg->cwMin,pCfg->txopLimit));
2337 ("whal_hwInfoElemAcParamsConfigurationWrite:\n ac = 0x%x, aifsn = 0x%x, cwMax = 0x%x, cwMin = 0x%x,txopLimit = 0x%x \n",
2338 pCfg->ac,pCfg->aifsn,pCfg->cwMax,pCfg->cwMin,pCfg->txopLimit));
2375 pCfg->ac = pAcQosParams->ac;
H A DwhalHwCtrl.c923 configureCmdAc.CB_buf = (UINT8*)&pHwCtrl->pWhalParams->AcParams.ac[acID];
2542 pAcQosParams->ac,pAcQosParams->cwMin,pAcQosParams->cwMax,pAcQosParams->aifsn,pAcQosParams->txopLimit));
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
H A DDataCtrl_Api.h355 UINT32 ac);
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DcommonTypes.h764 UINT8 ac; member in struct:__anon328
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
H A DmlmeParser.c1163 UINT8 ac; local
1210 ac = WMEQosTagToACTable[((((dot11_WME_TSPEC_IE_t *)pData)->tHdr.tsInfoField.tsInfoArr[1]) & TS_INFO_1_USER_PRIORITY_MASK) >> USER_PRIORITY_SHIFT];
1212 if (ac == QOS_AC_VO)
1216 else if (ac == QOS_AC_VI)
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
H A Dpublic_infoele.h399 uint8 ac; /* Access Category - The TX queue's access category */ member in struct:__anon910

Completed in 548 milliseconds

12