Searched refs:MaxMsgPerBundle (Results 1 – 5 of 5) sorted by relevance
286 target->MaxMsgPerBundle = pRdyMsg->MaxMsgsPerHTCBundle; in HTCWaitTarget()290 target->MaxMsgPerBundle = 0; in HTCWaitTarget()296 target->MaxMsgPerBundle = 0; in HTCWaitTarget()304 if (target->MaxMsgPerBundle > 0) { in HTCWaitTarget()306 … target->MaxMsgPerBundle = min(HTC_HOST_MAX_MSG_PER_BUNDLE, target->MaxMsgPerBundle); in HTCWaitTarget()308 if (DevSetupMsgBundling(&target->Device,target->MaxMsgPerBundle)) { in HTCWaitTarget()310 target->MaxMsgPerBundle = 0; in HTCWaitTarget()313 target->MaxMsgPerBundle = min(DEV_GET_MAX_MSG_PER_BUNDLE(&target->Device), in HTCWaitTarget()314 target->MaxMsgPerBundle); in HTCWaitTarget()318 if (target->MaxMsgPerBundle > 0) { in HTCWaitTarget()[all …]
81 if (target->MaxMsgPerBundle > 0) { in HTCSendSetupComplete()84 pSetupCompleteEx->MaxMsgsPerBundledRecv = target->MaxMsgPerBundle; in HTCSendSetupComplete()
137 int MaxMsgPerBundle; /* max messages per bundle for HTC */ member
748 A_ASSERT(numMessages <= target->MaxMsgPerBundle); in AllocAndPrepareRxPackets()1002 pktsToScatter = min(pktsToScatter, target->MaxMsgPerBundle); in HTCIssueRecvPacketBundle()
335 pktsToScatter = min(pktsToScatter, target->MaxMsgPerBundle); in HTCIssueSendBundle()