Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/htc2/
Dhtc_send.c337 if (pktsToScatter < HTC_MIN_HTC_MSGS_TO_BUNDLE) { in HTCIssueSendBundle()
432 if (packetsInScatterReq >= HTC_MIN_HTC_MSGS_TO_BUNDLE) { in HTCIssueSendBundle()
630 (HTC_PACKET_QUEUE_DEPTH(&sendQueue) >= HTC_MIN_HTC_MSGS_TO_BUNDLE)) { in HTCTrySend()
Dhtc_internal.h55 #define HTC_MIN_HTC_MSGS_TO_BUNDLE 2 macro