Searched refs:USYNERGY_RECEIVE_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
110 #define USYNERGY_RECEIVE_BUFFER_SIZE 4096 /* Maximum size of an incoming packet */ macro345 uint8_t m_receiveBuffer[USYNERGY_RECEIVE_BUFFER_SIZE]; /* Receive buffer */
479 int receive_size = USYNERGY_RECEIVE_BUFFER_SIZE - context->m_receiveOfs; in sUpdateContext()531 if (packlen > USYNERGY_RECEIVE_BUFFER_SIZE) in sUpdateContext()541 …int to_receive = buffer_left < USYNERGY_RECEIVE_BUFFER_SIZE ? buffer_left : USYNERGY_RECEIVE_BUFFE… in sUpdateContext()