Searched refs:RNDIS_QUERY_MSG_SIZE (Results 1 – 2 of 2) sorted by relevance
78 if (informationLength > (messageBufferLength - RNDIS_QUERY_MSG_SIZE)) in USB_HostRndisQueryMsg()84 message->informationBufferLength = (messageBufferLength - RNDIS_QUERY_MSG_SIZE); in USB_HostRndisQueryMsg()
130 #define RNDIS_QUERY_MSG_SIZE (28U) macro