Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/source/
Ddriver.c89 #define RSP_PAYLOAD_LEN(_ptr) (((_SlResponseHeader_t *)(_ptr))->GenHeader.Len - _SL_RESP_SPEC_HDR_S… macro
1273 RespPayloadLen = (_u16)(RSP_PAYLOAD_LEN(uBuf.TempBuf)); in _SlDrvMsgRead()
1508 …_i16 ActDataSize = (_i16)(RSP_PAYLOAD_LEN(uBuf.TempBuf) - g_pCB->FunctionParams.pCmdCtrl->RxDes… in _SlDrvMsgRead()