Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath6kl/
A Dhtc_mbox.c651 int rem_cred, cred_pad; in htc_get_credit_padding() local
668 cred_pad = *len < cred_sz ? (cred_sz - *len) : rem_cred; in htc_get_credit_padding()
670 if ((cred_pad > 0) && (cred_pad <= 255)) in htc_get_credit_padding()
671 *len += cred_pad; in htc_get_credit_padding()
676 return cred_pad; in htc_get_credit_padding()
686 int i, len, rem_scat, cred_pad; in ath6kl_htc_tx_setup_scat_list() local
702 cred_pad = htc_get_credit_padding(target->tgt_cred_sz, in ath6kl_htc_tx_setup_scat_list()
704 if (cred_pad < 0 || rem_scat < len) { in ath6kl_htc_tx_setup_scat_list()
717 cred_pad, packet->info.tx.seqno); in ath6kl_htc_tx_setup_scat_list()

Completed in 7 milliseconds