Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_send.c558 int creditPad, creditRemainder, transferLength, bundlesSpaceRemaining = in htc_issue_packets_bundle() local
585 creditPad = 0; in htc_issue_packets_bundle()
590 creditPad = pEndpoint->TxCreditSize - in htc_issue_packets_bundle()
593 creditPad = creditRemainder; in htc_issue_packets_bundle()
595 transferLength += creditPad; in htc_issue_packets_bundle()
653 HTC_FRAME_HDR_CONTROLBYTES1) | SM(creditPad, in htc_issue_packets_bundle()
655 pHtcHdr->reserved = creditPad; in htc_issue_packets_bundle()
670 pBundleBuffer += creditPad; in htc_issue_packets_bundle()
674 last_credit_pad = creditPad; in htc_issue_packets_bundle()