Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/htc2/
Dhtc_send.c320 int i, packetsInScatterReq; in HTCIssueSendBundle() local
355 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()