Searched refs:packetsInScatterReq (Results 1 – 1 of 1) sorted by relevance
320 int i, packetsInScatterReq; in HTCIssueSendBundle() local355 packetsInScatterReq = 0; in HTCIssueSendBundle()427 packetsInScatterReq++; in HTCIssueSendBundle()432 if (packetsInScatterReq >= HTC_MIN_HTC_MSGS_TO_BUNDLE) { in HTCIssueSendBundle()437 totalPktsInBundle += packetsInScatterReq; in HTCIssueSendBundle()438 packetsInScatterReq = 0; in HTCIssueSendBundle()450 if (packetsInScatterReq > 0) { in HTCIssueSendBundle()452 for (i = (packetsInScatterReq - 1); i >= 0; i--) { in HTCIssueSendBundle()