Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/htc2/
Dhtc_services.c136 unsigned int maxMsgSize = 0; in HTCConnectService() local
148 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()