Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_send.c558 int creditPad, creditRemainder, transferLength, bundlesSpaceRemaining = in htc_issue_packets_bundle() local
587 creditRemainder = transferLength % pEndpoint->TxCreditSize; in htc_issue_packets_bundle()
588 if (creditRemainder != 0) { in htc_issue_packets_bundle()
593 creditPad = creditRemainder; in htc_issue_packets_bundle()