Searched refs:maxMsgSize (Results 1 – 1 of 1) sorted by relevance
136 unsigned int maxMsgSize = 0; in HTCConnectService() local148 maxMsgSize = HTC_MAX_CONTROL_MESSAGE_LENGTH; in HTCConnectService()219 maxMsgSize = pResponseMsg->MaxMsgSize; in HTCConnectService()243 if (0 == maxMsgSize) { in HTCConnectService()258 pConnectResp->MaxMsgLength = maxMsgSize; in HTCConnectService()263 pEndpoint->MaxMsgLength = maxMsgSize; in HTCConnectService()276 if (pConnectReq->MaxSendMsgSize > maxMsgSize) { in HTCConnectService()283 pEndpoint->CreditDist.TxCreditsPerMaxMsg = maxMsgSize / target->TargetCreditSize; in HTCConnectService()