HomeSort by relevance Sort by last modified time
    Searched refs:userPriority (Results 1 - 21 of 21) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/
trafficAdmControl.c 812 ("ADDTS Response (reject) userPriority = %d , \n", tspecInfo.userPriority));
827 ("ADDTS Response (accepted) userPriority = %d , \n", tspecInfo.userPriority));
    [all...]
qosMngr.c 451 pQosMngr->resourceMgmtTable.currentTspecInfo[acID].userPriority = INACTIVE_USER_PRIORITY; /* Setting invalid user Priority to prevent GET_TSPEC or DELETE */
462 pQosMngr->resourceMgmtTable.candidateTspecInfo[acID].userPriority = INACTIVE_USER_PRIORITY; /* Setting invalid user Priority to prevent GET_TSPEC or DELETE */
693 ("setWmeSiteParams: Setting QOS Null data for UserPriority %d (belongs to AC %d)\n",wmeAcToUpIndex[acID],acID));
781 pTspecParams->uUserPriority = pConfiguredParams->userPriority;
803 pTspecParams->uUserPriority = pConfiguredParams->userPriority;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
trafficAdmControl.c 733 TRACE1(pTrafficAdmCtrl->hReport, REPORT_SEVERITY_INFORMATION, "ADDTS Response (reject) userPriority = %d , \n", tspecInfo.userPriority);
746 TRACE1(pTrafficAdmCtrl->hReport, REPORT_SEVERITY_INFORMATION, "ADDTS Response (accepted) userPriority = %d , \n", tspecInfo.userPriority);
821 tsInfo.tsInfoArr[0] |= ( (pTSpecInfo->userPriority) << TSID_SHIFT);
830 tsInfo.tsInfoArr[1] |= (pTSpecInfo->userPriority << USER_PRIORITY_SHIFT);
    [all...]
qosMngr.c 445 pQosMngr->resourceMgmtTable.currentTspecInfo[acID].userPriority = INACTIVE_USER_PRIORITY; /* Setting invalid user Priority to prevent GET_TSPEC or DELETE */
458 pQosMngr->resourceMgmtTable.candidateTspecInfo[acID].userPriority = INACTIVE_USER_PRIORITY; /* Setting invalid user Priority to prevent GET_TSPEC or DELETE */
669 TRACE2(pQosMngr->hReport, REPORT_SEVERITY_INFORMATION, "setWmeSiteParams: Setting QOS Null data for UserPriority %d (belongs to AC %d)\n", WMEQosAcToTid[acID], acID);
    [all...]
qosMngr_API.h 66 TI_UINT8 userPriority;
siteHash.h 176 TI_STATUS buildQosNullDataTemplate(siteMgr_t *pSiteMgr, TSetTemplate *pTemplate, TI_UINT8 userPriority);
templates.c 693 TI_STATUS buildQosNullDataTemplate(siteMgr_t *pSiteMgr, TSetTemplate *pTemplate, TI_UINT8 userPriority)
728 qosControl = (TI_UINT16)userPriority;
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
trafficAdmControl.c 723 TRACE1(pTrafficAdmCtrl->hReport, REPORT_SEVERITY_INFORMATION, "ADDTS Response (reject) userPriority = %d , \n", tspecInfo.userPriority);
736 TRACE1(pTrafficAdmCtrl->hReport, REPORT_SEVERITY_INFORMATION, "ADDTS Response (accepted) userPriority = %d , \n", tspecInfo.userPriority);
811 tsInfo.tsInfoArr[0] |= ( (pTSpecInfo->userPriority) << TSID_SHIFT);
820 tsInfo.tsInfoArr[1] |= (pTSpecInfo->userPriority << USER_PRIORITY_SHIFT);
    [all...]
qosMngr.c 438 pQosMngr->resourceMgmtTable.currentTspecInfo[acID].userPriority = INACTIVE_USER_PRIORITY; /* Setting invalid user Priority to prevent GET_TSPEC or DELETE */
451 pQosMngr->resourceMgmtTable.candidateTspecInfo[acID].userPriority = INACTIVE_USER_PRIORITY; /* Setting invalid user Priority to prevent GET_TSPEC or DELETE */
662 TRACE2(pQosMngr->hReport, REPORT_SEVERITY_INFORMATION, "setWmeSiteParams: Setting QOS Null data for UserPriority %d (belongs to AC %d)\n", WMEQosAcToTid[acID], acID);
    [all...]
qosMngr_API.h 66 TI_UINT8 userPriority;
siteHash.h 173 TI_STATUS buildQosNullDataTemplate(siteMgr_t *pSiteMgr, TSetTemplate *pTemplate, TI_UINT8 userPriority);
templates.c 670 TI_STATUS buildQosNullDataTemplate(siteMgr_t *pSiteMgr, TSetTemplate *pTemplate, TI_UINT8 userPriority)
705 qosControl = (TI_UINT16)userPriority;
  /hardware/ti/wlan/wl1271/utils/
tiQosTypes.h 287 TI_UINT32 userPriority;
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
tiQosTypes.h 186 UINT32 userPriority;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/Inc/
qosMngr_API.h 63 UINT8 userPriority;
  /system/wlan/ti/wilink_6_1/utils/
tiQosTypes.h 287 TI_UINT32 userPriority;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteHash.h 265 TI_STATUS buildQosNullDataTemplate(siteMgr_t *pSiteMgr, whalCtrl_setTemplate_t *pTemplate, UINT8 userPriority);
templates.c 546 TI_STATUS buildQosNullDataTemplate(siteMgr_t *pSiteMgr, whalCtrl_setTemplate_t *pTemplate, UINT8 userPriority)
580 pBuffer->hdr.qosControl = (userPriority << QOS_CONTROL_UP_SHIFT);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
Clsfr.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
DataCtrl_Api.h 260 TI_STATUS txData_buildQosNullDataFrame(TI_HANDLE hTxData,mem_MSDU_T **pMsduPsPoll, UINT8 userPriority);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
tx.c 204 /* defined in QosMngr.c - used to update QosControl (userPriority) of a given packet after it has been "downgraded" due to admission control */
    [all...]

Completed in 597 milliseconds