Searched refs:SL_ASYNC_MAX_PAYLOAD_LEN (Results 1 – 2 of 2) sorted by relevance
1290 #define SL_ASYNC_MAX_PAYLOAD_LEN SL_ASYNC_HTTP_SRV_EVENT_LEN macro1292 #define SL_ASYNC_MAX_PAYLOAD_LEN 220 /* size must be aligned to 4 */ macro1295 #define SL_ASYNC_MAX_MSG_LEN (_SL_RESP_HDR_SIZE + SL_ASYNC_MAX_PAYLOAD_LEN)
1321 if (_SL_PROTOCOL_ALIGN_SIZE(RespPayloadLen) <= SL_ASYNC_MAX_PAYLOAD_LEN) in _SlDrvMsgRead()1327 AlignedLengthRecv = (_u16)_SL_PROTOCOL_ALIGN_SIZE(SL_ASYNC_MAX_PAYLOAD_LEN); in _SlDrvMsgRead()1339 if ((_SL_PROTOCOL_ALIGN_SIZE(RespPayloadLen) > SL_ASYNC_MAX_PAYLOAD_LEN)) in _SlDrvMsgRead()1341 … AlignedLengthRecv = (_u16)(_SL_PROTOCOL_ALIGN_SIZE(RespPayloadLen) - SL_ASYNC_MAX_PAYLOAD_LEN); in _SlDrvMsgRead()