Searched refs:USER_PRIORITY_4 (Results 1 - 4 of 4) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/Inc/
H A DqosMngr_API.h55 #define USER_PRIORITY_4 (WMEQosTagToACTable[4]) macro
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DqosMngr_API.h53 #define USER_PRIORITY_4 (WMEQosTagToACTable[4]) macro
H A DqosMngr.c850 pTspecParams = &pQosMngr->tspecRenegotiationParams[USER_PRIORITY_4];
851 pConfiguredParams = &pQosMngr->resourceMgmtTable.candidateTspecInfo[USER_PRIORITY_4];
865 pQosMngr->tspecRenegotiationParams[USER_PRIORITY_4].uUserPriority = MAX_USER_PRIORITY;
1164 if ((status == TI_OK) && (pQosMngr->tspecRenegotiationParams[USER_PRIORITY_4].uUserPriority != MAX_USER_PRIORITY))
1166 status = qosMngr_requestAdmission(hQosMngr, &pQosMngr->tspecRenegotiationParams[USER_PRIORITY_4]);
1674 if (pQosMngr->tspecRenegotiationParams[USER_PRIORITY_4].uUserPriority != MAX_USER_PRIORITY)
1676 qosMngr_setAdmissionInfo(pQosMngr, USER_PRIORITY_4,
1677 &pQosMngr->resourceMgmtTable.candidateTspecInfo[USER_PRIORITY_4],
1703 else if (pQosMngr->tspecRenegotiationParams[USER_PRIORITY_4].uUserPriority != MAX_USER_PRIORITY)
1707 qosMngr_setAdmissionInfo(pQosMngr, USER_PRIORITY_4,
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/
H A DqosMngr.c800 pTspecParams = &pQosMngr->tspecRenegotiationParams[USER_PRIORITY_4];
801 pConfiguredParams = &pQosMngr->resourceMgmtTable.candidateTspecInfo[USER_PRIORITY_4];
813 pQosMngr->tspecRenegotiationParams[USER_PRIORITY_4].uUserPriority = MAX_USER_PRIORITY;
905 pTspecParams = &pQosMngr->tspecRenegotiationParams[USER_PRIORITY_4];
906 pConfiguredParams = &pQosMngr->resourceMgmtTable.candidateTspecInfo[USER_PRIORITY_4];
918 pQosMngr->tspecRenegotiationParams[USER_PRIORITY_4].uUserPriority = MAX_USER_PRIORITY;
1137 if ((status == OK) && (pQosMngr->tspecRenegotiationParams[USER_PRIORITY_4].uUserPriority != MAX_USER_PRIORITY))
1139 status = qosMngr_requestAdmission(hQosMngr, &pQosMngr->tspecRenegotiationParams[USER_PRIORITY_4]);
1858 if (pQosMngr->tspecRenegotiationParams[USER_PRIORITY_4].uUserPriority != MAX_USER_PRIORITY)
1860 qosMngr_setAdmissionInfo(pQosMngr, USER_PRIORITY_4,
[all...]

Completed in 141 milliseconds