Home
last modified time | relevance | path

Searched refs:qosMngrInitParams (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c1759 … sizeof p->qosMngrInitParams.trafficAdmCtrlInitParams.trafficAdmCtrlResponseTimeout, in regFillInitTable()
1760 … (TI_UINT8*)&p->qosMngrInitParams.trafficAdmCtrlInitParams.trafficAdmCtrlResponseTimeout); in regFillInitTable()
1764 … sizeof p->qosMngrInitParams.trafficAdmCtrlInitParams.trafficAdmCtrlUseFixedMsduSize, in regFillInitTable()
1765 … (TI_UINT8*)&p->qosMngrInitParams.trafficAdmCtrlInitParams.trafficAdmCtrlUseFixedMsduSize); in regFillInitTable()
1770 sizeof p->qosMngrInitParams.desiredMaxSpLen, in regFillInitTable()
1771 (TI_UINT8*)&p->qosMngrInitParams.desiredMaxSpLen); in regFillInitTable()
1776 sizeof p->qosMngrInitParams.bCwFromUserEnable, in regFillInitTable()
1777 (TI_UINT8*)&p->qosMngrInitParams.bCwFromUserEnable); in regFillInitTable()
1782 sizeof p->qosMngrInitParams.uDesireCwMin, in regFillInitTable()
1783 (TI_UINT8*)&p->qosMngrInitParams.uDesireCwMin); in regFillInitTable()
[all …]
/hardware/ti/wlan/wl1271/stad/Export_Inc/
DparamOut.h1173 QosMngrInitParams_t qosMngrInitParams; member
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DDrvMain.c901 qosMngr_SetDefaults (pDrvMain->tStadHandles.hQosMngr, &pInitTable->qosMngrInitParams); in drvMain_SetDefaults()