Home
last modified time | relevance | path

Searched refs:halCtrlMaxRxMsduLifetime (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/wlan/wl1271/TWD/Ctrl/
DCmdBld.c2087 pParamInfo->content.halCtrlMaxRxMsduLifetime = pWlanParams->MaxRxMsduLifetime; in cmdBld_GetParam()
2200 ParamInfo.paramLength = sizeof(ParamInfo.content.halCtrlMaxRxMsduLifetime); in cmdBld_ReadMib()
2202 …pMibBuf->aData.MaxReceiveLifeTime = ParamInfo.content.halCtrlMaxRxMsduLifetime / 1024; /* converti… in cmdBld_ReadMib()
/hardware/ti/wlan/wl1271/TWD/TWDriver/
DTWDriver.h2474 TI_UINT32 halCtrlMaxRxMsduLifetime; /**< */ member
2562 TI_UINT32 halCtrlMaxRxMsduLifetime; /**< */ member
DTWDriverCtrl.c100 …cmdBld_CfgRxMsduLifeTime (pTWD->hCmdBld, pParamInfo->content.halCtrlMaxRxMsduLifetime, NULL, NULL); in TWD_SetParam()
DTWDriver.c662 pWlanParams->MaxRxMsduLifetime = pInitParams->tGeneral.halCtrlMaxRxMsduLifetime; in TWD_SetDefaults()
/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c1442 sizeof p->twdInitParams.tGeneral.halCtrlMaxRxMsduLifetime, in regFillInitTable()
1443 (TI_UINT8*)&p->twdInitParams.tGeneral.halCtrlMaxRxMsduLifetime); in regFillInitTable()